Uses of Class
org.apache.maven.doxia.site.decoration.DecorationModel
-
Packages that use DecorationModel Package Description org.apache.maven.doxia.site.decoration org.apache.maven.doxia.site.decoration.inheritance org.apache.maven.doxia.site.decoration.io.xpp3 -
-
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 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 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)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.
-