org.codehaus.xsite.model
Class Link
java.lang.Object
org.codehaus.xsite.model.Entry
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Link
public Link(String title,
String href)
getTitle
public String getTitle()
getHref
public String getHref()
Copyright © 2011. All Rights Reserved.