Uses of Class
org.codehaus.xsite.model.Page

Packages that use Page
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
 Page PageExtractor.extractPage(File htmlFile)
           
 Page PageExtractor.extractPage(String filename, String htmlContent)
           
 

Methods in org.codehaus.xsite with parameters of type Page
 void Skin.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
 Page SiteMeshPageExtractor.extractPage(File htmlFile)
           
 Page SiteMeshPageExtractor.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
 List<Page> Sitemap.getAllPages()
           
 List<Page> Section.getPages()
           
 

Methods in org.codehaus.xsite.model with parameters of type Page
 void Section.addPage(Page page)
           
 

Uses of Page in org.codehaus.xsite.skins
 

Methods in org.codehaus.xsite.skins with parameters of type Page
 void FreemarkerSkin.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
 void LinkChecker.Reporter.badLink(Page page, String link)
           
 



Copyright © 2010. All Rights Reserved.