Uses of Class
org.apache.maven.doxia.site.decoration.DecorationModel
Packages that use DecorationModel
Package
Description
-
Uses of DecorationModel in org.apache.maven.doxia.site.decoration
Methods in org.apache.maven.doxia.site.decoration that return DecorationModel -
Uses of DecorationModel in org.apache.maven.doxia.site.decoration.inheritance
Methods in org.apache.maven.doxia.site.decoration.inheritance with parameters of type DecorationModelModifier and TypeMethodDescriptionprivate void
DefaultDecorationModelInheritanceAssembler.assembleBodyInheritance
(String name, DecorationModel child, DecorationModel parent, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) private void
DefaultDecorationModelInheritanceAssembler.assembleCustomInheritance
(DecorationModel child, DecorationModel parent) void
DecorationModelInheritanceAssembler.assembleModelInheritance
(String name, DecorationModel child, DecorationModel parent, String childBaseUrl, String parentBaseUrl) Manage inheritance of the decoration model between a parent and child.void
DefaultDecorationModelInheritanceAssembler.assembleModelInheritance
(String name, DecorationModel child, DecorationModel parent, String childBaseUrl, String parentBaseUrl) Manage inheritance of the decoration model between a parent and child.void
DecorationModelInheritanceAssembler.resolvePaths
(DecorationModel decoration, String baseUrl) Resolve relative paths for a DecorationModel given a base URL.void
DefaultDecorationModelInheritanceAssembler.resolvePaths
(DecorationModel decoration, 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 DecorationModelModifier and TypeMethodDescriptionprivate DecorationModel
DecorationXpp3Reader.parseDecorationModel
(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseDecorationModel.DecorationXpp3Reader.read
(InputStream in) Method read.DecorationXpp3Reader.read
(InputStream in, boolean strict) Method read.DecorationXpp3Reader.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 DecorationModelModifier and TypeMethodDescriptionvoid
DecorationXpp3Writer.write
(OutputStream stream, DecorationModel decorationModel) Method write.void
DecorationXpp3Writer.write
(Writer writer, DecorationModel decorationModel) Method write.private void
DecorationXpp3Writer.writeDecorationModel
(DecorationModel decorationModel, 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 DecorationModelMethods in org.apache.maven.doxia.siterenderer that return DecorationModelModifier and TypeMethodDescriptionSiteRenderingContext.getDecoration()
Getter for the fielddecoration
.Methods in org.apache.maven.doxia.siterenderer with parameters of type DecorationModelModifier and TypeMethodDescriptionDefaultSiteRenderer.createContextForSkin
(org.apache.maven.artifact.Artifact skin, Map<String, ?> attributes, DecorationModel decoration, String defaultWindowTitle, Locale locale) Create a Site Rendering Context for a site using a skin.Renderer.createContextForSkin
(org.apache.maven.artifact.Artifact skin, Map<String, ?> attributes, DecorationModel decoration, String defaultWindowTitle, Locale locale) Create a Site Rendering Context for a site using a skin.DefaultSiteRenderer.createContextForTemplate
(File templateFile, Map<String, ?> attributes, DecorationModel decoration, String defaultWindowTitle, Locale locale) Deprecated.Renderer.createContextForTemplate
(File templateFile, Map<String, ?> attributes, DecorationModel decoration, String defaultWindowTitle, Locale locale) Deprecated.Deprecated without replacement, use skins only.private SiteRenderingContext
DefaultSiteRenderer.createSiteRenderingContext
(Map<String, ?> attributes, DecorationModel decoration, String defaultWindowTitle, Locale locale) void
SiteRenderingContext.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 DecorationModelModifier and TypeMethodDescriptionDefaultSiteTool.getDecorationModel
(File siteDirectory, Locale locale, org.apache.maven.project.MavenProject project, List<org.apache.maven.project.MavenProject> reactorProjects, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> repositories) Get a decoration model for a project.SiteTool.getDecorationModel
(File siteDirectory, Locale locale, org.apache.maven.project.MavenProject project, List<org.apache.maven.project.MavenProject> reactorProjects, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> repositories) Get a decoration model for a project.private DecorationModel
DefaultSiteTool.readDecorationModel
(String siteDescriptorContent) Methods in org.apache.maven.doxia.tools that return types with arguments of type DecorationModelModifier and TypeMethodDescriptionprivate Map.Entry
<DecorationModel, org.apache.maven.project.MavenProject> DefaultSiteTool.getDecorationModel
(int depth, File siteDirectory, Locale locale, org.apache.maven.project.MavenProject project, List<org.apache.maven.project.MavenProject> reactorProjects, org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> repositories) Methods in org.apache.maven.doxia.tools with parameters of type DecorationModelModifier and TypeMethodDescriptionprivate String
DefaultSiteTool.decorationModelToString
(DecorationModel decoration) org.apache.maven.artifact.Artifact
DefaultSiteTool.getSkinArtifactFromRepository
(org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteArtifactRepositories, DecorationModel decoration) org.apache.maven.artifact.Artifact
SiteTool.getSkinArtifactFromRepository
(org.apache.maven.artifact.repository.ArtifactRepository localRepository, List<org.apache.maven.artifact.repository.ArtifactRepository> remoteArtifactRepositories, DecorationModel decoration) Get a skin artifact from one of the repositories.private void
DefaultSiteTool.populateModulesMenu
(DecorationModel decorationModel, Locale locale, org.apache.maven.project.MavenProject project, List<org.apache.maven.project.MavenProject> reactorProjects, org.apache.maven.artifact.repository.ArtifactRepository localRepository, boolean keepInheritedRefs) Populate the pre-definedmodules
menu of the decoration model, if used through<menu ref="modules"/>
.private void
DefaultSiteTool.populateParentMenu
(DecorationModel decorationModel, Locale locale, org.apache.maven.project.MavenProject project, org.apache.maven.project.MavenProject parentProject, boolean keepInheritedRefs) Populate the pre-definedparent
menu of the decoration model, if used through<menu ref="parent"/>
.void
DefaultSiteTool.populateReportsMenu
(DecorationModel decorationModel, Locale locale, Map<String, List<org.apache.maven.reporting.MavenReport>> categories) Populate the pre-definedreports
menu of the decoration model, if used through<menu ref="reports"/>
.void
SiteTool.populateReportsMenu
(DecorationModel decorationModel, Locale locale, Map<String, List<org.apache.maven.reporting.MavenReport>> reportsPerCategory) Populate the pre-definedreports
menu of the decoration model, if used through<menu ref="reports"/>
.