Uses of Class
org.apache.maven.doxia.site.decoration.DecorationModel

Packages that use DecorationModel
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
 DecorationModel DecorationModel.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
 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.assembleModelInheritance(String name, DecorationModel child, DecorationModel parent, String childBaseUrl, String parentBaseUrl)
          Manage inheritance of the decoration model between a parent and child.
 void DefaultDecorationModelInheritanceAssembler.resolvePaths(DecorationModel decoration, String baseUrl)
          Resolve relative paths for a DecorationModel given a base URL.
 void DecorationModelInheritanceAssembler.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 DecorationModel
 DecorationModel DecorationXpp3Reader.read(InputStream in)
          Method read.
 DecorationModel DecorationXpp3Reader.read(InputStream in, boolean strict)
          Method read.
 DecorationModel DecorationXpp3Reader.read(Reader reader)
           
 DecorationModel DecorationXpp3Reader.read(Reader reader, boolean strict)
           
 

Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type DecorationModel
 void DecorationXpp3Writer.write(OutputStream stream, DecorationModel decorationModel)
          Method write.
 void DecorationXpp3Writer.write(Writer writer, DecorationModel decorationModel)
          Method write.
 



Copyright © 2005-2012 The Apache Software Foundation. All Rights Reserved.