Package | Description |
---|---|
org.apache.maven.doxia.site.decoration.inheritance | |
org.apache.maven.doxia.site.decoration.io.xpp3 | |
org.apache.maven.doxia.siterenderer |
Modifier and Type | Method and Description |
---|---|
void |
DecorationModelInheritanceAssembler.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.
|
void |
DefaultDecorationModelInheritanceAssembler.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.
|
void |
DecorationModelInheritanceAssembler.resolvePaths(DecorationModel decoration,
java.lang.String baseUrl)
Resolve relative paths for a DecorationModel given a base URL.
|
void |
DefaultDecorationModelInheritanceAssembler.resolvePaths(DecorationModel decoration,
java.lang.String baseUrl)
Resolve relative paths for a DecorationModel given a base URL.
|
Modifier and Type | Method and Description |
---|---|
DecorationModel |
DecorationXpp3Reader.read(java.io.InputStream in)
Method read.
|
DecorationModel |
DecorationXpp3Reader.read(java.io.InputStream in,
boolean strict)
Method read.
|
DecorationModel |
DecorationXpp3Reader.read(java.io.Reader reader) |
DecorationModel |
DecorationXpp3Reader.read(java.io.Reader reader,
boolean strict) |
Modifier and Type | Method and Description |
---|---|
void |
DecorationXpp3Writer.write(java.io.Writer writer,
DecorationModel decorationModel)
Method write.
|
Modifier and Type | Method and Description |
---|---|
DecorationModel |
SiteRenderingContext.getDecoration()
Getter for the field
decoration . |
Modifier and Type | Method and Description |
---|---|
SiteRenderingContext |
Renderer.createContextForSkin(java.io.File skinFile,
java.util.Map attributes,
DecorationModel decoration,
java.lang.String defaultWindowTitle,
java.util.Locale locale)
Return a SiteRenderingContext.
|
SiteRenderingContext |
DefaultSiteRenderer.createContextForSkin(java.io.File skinFile,
java.util.Map attributes,
DecorationModel decoration,
java.lang.String defaultWindowTitle,
java.util.Locale locale)
Return a SiteRenderingContext.
|
SiteRenderingContext |
Renderer.createContextForTemplate(java.io.File templateFile,
java.io.File skinFile,
java.util.Map attributes,
DecorationModel decoration,
java.lang.String defaultWindowTitle,
java.util.Locale locale)
Return a SiteRenderingContext.
|
SiteRenderingContext |
DefaultSiteRenderer.createContextForTemplate(java.io.File templateFile,
java.io.File skinFile,
java.util.Map attributes,
DecorationModel decoration,
java.lang.String defaultWindowTitle,
java.util.Locale locale)
Return a SiteRenderingContext.
|
void |
SiteRenderingContext.setDecoration(DecorationModel decoration)
Setter for the field
decoration . |
Copyright © 2005-2014. All Rights Reserved.