Uses of Class
org.codehaus.xsite.model.Link
-
Packages that use Link Package Description org.codehaus.xsite.model -
-
Uses of Link in org.codehaus.xsite.model
Methods in org.codehaus.xsite.model that return types with arguments of type Link Modifier and Type Method Description Collection<Link>Page. getLinks()Constructor parameters in org.codehaus.xsite.model with type arguments of type Link Constructor Description Page(String filename, String head, String body, Collection<Link> links, Map<String,String> properties)Creates a Page
-