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 TypeMethodDescriptionvoidDecorationModelInheritanceAssembler.assembleModelInheritance(String name, DecorationModel child, DecorationModel parent, String childBaseUrl, String parentBaseUrl) Manage inheritance of the decoration model between a parent and child.voidDefaultDecorationModelInheritanceAssembler.assembleModelInheritance(String name, DecorationModel child, DecorationModel parent, String childBaseUrl, String parentBaseUrl) Manage inheritance of the decoration model between a parent and child.voidDecorationModelInheritanceAssembler.resolvePaths(DecorationModel decoration, String baseUrl) Resolve relative paths for a DecorationModel given a base URL.voidDefaultDecorationModelInheritanceAssembler.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.Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type DecorationModelModifier and TypeMethodDescriptionvoidDecorationXpp3Writer.write(OutputStream stream, DecorationModel decorationModel) Method write.voidDecorationXpp3Writer.write(Writer writer, DecorationModel decorationModel) Method write.