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 TypeMethodDescriptionvoid
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 TypeMethodDescriptionDecorationXpp3Reader.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.