Uses of Class
org.apache.maven.doxia.site.SiteModel
Packages that use SiteModel
Package
Description
-
Uses of SiteModel in org.apache.maven.doxia.site
Methods in org.apache.maven.doxia.site that return SiteModel -
Uses of SiteModel in org.apache.maven.doxia.site.inheritance
Methods in org.apache.maven.doxia.site.inheritance with parameters of type SiteModelModifier and TypeMethodDescriptionvoidDefaultSiteModelInheritanceAssembler.assembleModelInheritance(String name, SiteModel child, SiteModel parent, String childBaseUrl, String parentBaseUrl) Manage inheritance of the site model between a parent and child.voidSiteModelInheritanceAssembler.assembleModelInheritance(String name, SiteModel child, SiteModel parent, String childBaseUrl, String parentBaseUrl) Manage inheritance of the site model between a parent and child.voidDefaultSiteModelInheritanceAssembler.resolvePaths(SiteModel siteModel, String baseUrl) Resolve relative paths for a SiteModel given a base URL.voidSiteModelInheritanceAssembler.resolvePaths(SiteModel siteModel, String baseUrl) Resolve relative paths for a SiteModel given a base URL. -
Uses of SiteModel in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return SiteModelModifier and TypeMethodDescriptionSiteXpp3Reader.read(InputStream in) Method read.SiteXpp3Reader.read(InputStream in, boolean strict) Method read.SiteXpp3Reader.read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method read.Methods in org.apache.maven.doxia.site.io.xpp3 with parameters of type SiteModel