| Modifier and Type | Method and Description |
|---|---|
DecorationModel |
DecorationModel.clone()
Method clone.
|
| Modifier and Type | Method and Description |
|---|---|
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.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.resolvePaths(DecorationModel decoration,
java.lang.String baseUrl)
Resolve relative paths for a DecorationModel given a base URL.
|
void |
DecorationModelInheritanceAssembler.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.OutputStream stream,
DecorationModel decorationModel)
Method write.
|
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<java.lang.String,?> attributes,
DecorationModel decoration,
java.lang.String defaultWindowTitle,
java.util.Locale locale)
Return a SiteRenderingContext.
|
SiteRenderingContext |
DefaultSiteRenderer.createContextForSkin(java.io.File skinFile,
java.util.Map<java.lang.String,?> 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<java.lang.String,?> 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<java.lang.String,?> 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 The Apache Software Foundation. All Rights Reserved.