Uses of Class
org.codehaus.xsite.model.Page
-
Packages that use Page Package Description org.codehaus.xsite org.codehaus.xsite.extractors org.codehaus.xsite.model org.codehaus.xsite.skins org.codehaus.xsite.validators -
-
Uses of Page in org.codehaus.xsite
Methods in org.codehaus.xsite that return Page Modifier and Type Method Description PagePageExtractor. extractPage(File htmlFile)PagePageExtractor. extractPage(String filename, String htmlContent)Methods in org.codehaus.xsite with parameters of type Page Modifier and Type Method Description voidSkin. skin(Page page, Sitemap sitemap, File outputDirectory, Map<String,Object> customProperties) -
Uses of Page in org.codehaus.xsite.extractors
Methods in org.codehaus.xsite.extractors that return Page Modifier and Type Method Description PageSiteMeshPageExtractor. extractPage(File htmlFile)PageSiteMeshPageExtractor. extractPage(String filename, String htmlContent) -
Uses of Page in org.codehaus.xsite.model
Methods in org.codehaus.xsite.model that return types with arguments of type Page Modifier and Type Method Description List<Page>Sitemap. getAllPages()List<Page>Section. getPages()Methods in org.codehaus.xsite.model with parameters of type Page Modifier and Type Method Description voidSection. addPage(Page page) -
Uses of Page in org.codehaus.xsite.skins
Methods in org.codehaus.xsite.skins with parameters of type Page Modifier and Type Method Description voidFreemarkerSkin. skin(Page page, Sitemap sitemap, File outputDirectory, Map<String,Object> customProperties) -
Uses of Page in org.codehaus.xsite.validators
Methods in org.codehaus.xsite.validators with parameters of type Page Modifier and Type Method Description voidLinkChecker.Reporter. badLink(Page page, String link)
-