org.codehaus.xsite.model
Class Link

java.lang.Object
  extended by org.codehaus.xsite.model.Entry
      extended by org.codehaus.xsite.model.Link

public class Link
extends Entry

Represents a link entry in a sitemap, including title and href.

Author:
Joe Walnes, Mauro Talevi

Constructor Summary
Link(String title, String href)
           
 
Method Summary
 String getHref()
           
 String getTitle()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Link

public Link(String title,
            String href)
Method Detail

getTitle

public String getTitle()

getHref

public String getHref()


Copyright © 2010. All Rights Reserved.