Uses of Class
org.apache.maven.doxia.site.decoration.DecorationModel
-
-
Uses of DecorationModel in org.apache.maven.doxia.site.decoration
Methods in org.apache.maven.doxia.site.decoration that return DecorationModel Modifier and Type Method Description DecorationModelDecorationModel. clone()Method clone. -
Uses of DecorationModel in org.apache.maven.doxia.site.decoration.inheritance
Methods in org.apache.maven.doxia.site.decoration.inheritance with parameters of type DecorationModel Modifier and Type Method Description private voidDefaultDecorationModelInheritanceAssembler. assembleBodyInheritance(java.lang.String name, DecorationModel child, DecorationModel parent, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)private voidDefaultDecorationModelInheritanceAssembler. assembleCustomInheritance(DecorationModel child, DecorationModel parent)voidDecorationModelInheritanceAssembler. assembleModelInheritance(java.lang.String name, DecorationModel child, DecorationModel parent, java.lang.String childBaseUrl, java.lang.String parentBaseUrl)Manage inheritance of the decoration model between a parent and child.voidDefaultDecorationModelInheritanceAssembler. assembleModelInheritance(java.lang.String name, DecorationModel child, DecorationModel parent, java.lang.String childBaseUrl, java.lang.String parentBaseUrl)Manage inheritance of the decoration model between a parent and child.voidDecorationModelInheritanceAssembler. resolvePaths(DecorationModel decoration, java.lang.String baseUrl)Resolve relative paths for a DecorationModel given a base URL.voidDefaultDecorationModelInheritanceAssembler. resolvePaths(DecorationModel decoration, java.lang.String baseUrl)Resolve relative paths for a DecorationModel given a base URL. -
Uses of DecorationModel in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return DecorationModel Modifier and Type Method Description private DecorationModelDecorationXpp3Reader. parseDecorationModel(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseDecorationModel.DecorationModelDecorationXpp3Reader. read(java.io.InputStream in)Method read.DecorationModelDecorationXpp3Reader. read(java.io.InputStream in, boolean strict)Method read.DecorationModelDecorationXpp3Reader. read(java.io.Reader reader)DecorationModelDecorationXpp3Reader. read(java.io.Reader reader, boolean strict)private DecorationModelDecorationXpp3Reader. read(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method read.Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type DecorationModel Modifier and Type Method Description voidDecorationXpp3Writer. write(java.io.OutputStream stream, DecorationModel decorationModel)Method write.voidDecorationXpp3Writer. write(java.io.Writer writer, DecorationModel decorationModel)Method write.private voidDecorationXpp3Writer. writeDecorationModel(DecorationModel decorationModel, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeDecorationModel. -
Uses of DecorationModel in org.apache.maven.doxia.siterenderer
Fields in org.apache.maven.doxia.siterenderer declared as DecorationModel Modifier and Type Field Description private DecorationModelSiteRenderingContext. decorationMethods in org.apache.maven.doxia.siterenderer that return DecorationModel Modifier and Type Method Description DecorationModelSiteRenderingContext. getDecoration()Getter for the fielddecoration.Methods in org.apache.maven.doxia.siterenderer with parameters of type DecorationModel Modifier and Type Method Description SiteRenderingContextDefaultSiteRenderer. createContextForSkin(org.apache.maven.artifact.Artifact skin, java.util.Map<java.lang.String,?> attributes, DecorationModel decoration, java.lang.String defaultWindowTitle, java.util.Locale locale)Create a Site Rendering Context for a site using a skin.SiteRenderingContextRenderer. createContextForSkin(org.apache.maven.artifact.Artifact skin, java.util.Map<java.lang.String,?> attributes, DecorationModel decoration, java.lang.String defaultWindowTitle, java.util.Locale locale)Create a Site Rendering Context for a site using a skin.SiteRenderingContextDefaultSiteRenderer. createContextForTemplate(java.io.File templateFile, java.util.Map<java.lang.String,?> attributes, DecorationModel decoration, java.lang.String defaultWindowTitle, java.util.Locale locale)Deprecated.SiteRenderingContextRenderer. createContextForTemplate(java.io.File templateFile, java.util.Map<java.lang.String,?> attributes, DecorationModel decoration, java.lang.String defaultWindowTitle, java.util.Locale locale)Deprecated.Deprecated without replacement, use skins only.private SiteRenderingContextDefaultSiteRenderer. createSiteRenderingContext(java.util.Map<java.lang.String,?> attributes, DecorationModel decoration, java.lang.String defaultWindowTitle, java.util.Locale locale)voidSiteRenderingContext. setDecoration(DecorationModel decoration)Setter for the fielddecoration. -
Uses of DecorationModel in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools that return DecorationModel Modifier and Type Method Description DecorationModelDefaultSiteTool. getDecorationModel(java.io.File siteDirectory, java.util.Locale locale, org.apache.maven.project.MavenProject project, java.util.List<org.apache.maven.project.MavenProject> reactorProjects, org.apache.maven.artifact.repository.ArtifactRepository localRepository, java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> repositories)Get a decoration model for a project.DecorationModelSiteTool. getDecorationModel(java.io.File siteDirectory, java.util.Locale locale, org.apache.maven.project.MavenProject project, java.util.List<org.apache.maven.project.MavenProject> reactorProjects, org.apache.maven.artifact.repository.ArtifactRepository localRepository, java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> repositories)Get a decoration model for a project.private DecorationModelDefaultSiteTool. readDecorationModel(java.lang.String siteDescriptorContent)Methods in org.apache.maven.doxia.tools that return types with arguments of type DecorationModel Modifier and Type Method Description private java.util.Map.Entry<DecorationModel,org.apache.maven.project.MavenProject>DefaultSiteTool. getDecorationModel(int depth, java.io.File siteDirectory, java.util.Locale locale, org.apache.maven.project.MavenProject project, java.util.List<org.apache.maven.project.MavenProject> reactorProjects, org.apache.maven.artifact.repository.ArtifactRepository localRepository, java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> repositories)Methods in org.apache.maven.doxia.tools with parameters of type DecorationModel Modifier and Type Method Description private java.lang.StringDefaultSiteTool. decorationModelToString(DecorationModel decoration)org.apache.maven.artifact.ArtifactDefaultSiteTool. getSkinArtifactFromRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository, java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> remoteArtifactRepositories, DecorationModel decoration)Get a skin artifact from one of the repositories.org.apache.maven.artifact.ArtifactSiteTool. getSkinArtifactFromRepository(org.apache.maven.artifact.repository.ArtifactRepository localRepository, java.util.List<org.apache.maven.artifact.repository.ArtifactRepository> remoteArtifactRepositories, DecorationModel decoration)Get a skin artifact from one of the repositories.private voidDefaultSiteTool. populateModulesMenu(DecorationModel decorationModel, java.util.Locale locale, org.apache.maven.project.MavenProject project, java.util.List<org.apache.maven.project.MavenProject> reactorProjects, org.apache.maven.artifact.repository.ArtifactRepository localRepository, boolean keepInheritedRefs)Populate the pre-definedmodulesmenu of the decoration model, if used through<menu ref="modules"/>.private voidDefaultSiteTool. populateParentMenu(DecorationModel decorationModel, java.util.Locale locale, org.apache.maven.project.MavenProject project, org.apache.maven.project.MavenProject parentProject, boolean keepInheritedRefs)Populate the pre-definedparentmenu of the decoration model, if used through<menu ref="parent"/>.voidDefaultSiteTool. populateReportsMenu(DecorationModel decorationModel, java.util.Locale locale, java.util.Map<java.lang.String,java.util.List<org.apache.maven.reporting.MavenReport>> categories)Populate the pre-definedreportsmenu of the decoration model, if used through<menu ref="reports"/>.voidSiteTool. populateReportsMenu(DecorationModel decorationModel, java.util.Locale locale, java.util.Map<java.lang.String,java.util.List<org.apache.maven.reporting.MavenReport>> reportsPerCategory)Populate the pre-definedreportsmenu of the decoration model, if used through<menu ref="reports"/>.
-