Modifier and Type | Method and Description |
---|---|
DecorationModel |
DecorationModel.clone()
Method clone.
|
Modifier and Type | Method and Description |
---|---|
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.assembleModelInheritance(String name,
DecorationModel child,
DecorationModel parent,
String childBaseUrl,
String parentBaseUrl)
Manage inheritance of the decoration model between a parent and child.
|
void |
DecorationModelInheritanceAssembler.resolvePaths(DecorationModel decoration,
String baseUrl)
Resolve relative paths for a DecorationModel given a base URL.
|
void |
DefaultDecorationModelInheritanceAssembler.resolvePaths(DecorationModel decoration,
String baseUrl)
Resolve relative paths for a DecorationModel given a base URL.
|
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
void |
DecorationXpp3Writer.write(OutputStream stream,
DecorationModel decorationModel)
Method write.
|
void |
DecorationXpp3Writer.write(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 |
DefaultSiteRenderer.createContextForSkin(File skinFile,
Map<String,?> attributes,
DecorationModel decoration,
String defaultWindowTitle,
Locale locale)
Return a SiteRenderingContext.
|
SiteRenderingContext |
Renderer.createContextForSkin(File skinFile,
Map<String,?> attributes,
DecorationModel decoration,
String defaultWindowTitle,
Locale locale)
Return a SiteRenderingContext.
|
SiteRenderingContext |
DefaultSiteRenderer.createContextForTemplate(File templateFile,
File skinFile,
Map<String,?> attributes,
DecorationModel decoration,
String defaultWindowTitle,
Locale locale)
Return a SiteRenderingContext.
|
SiteRenderingContext |
Renderer.createContextForTemplate(File templateFile,
File skinFile,
Map<String,?> attributes,
DecorationModel decoration,
String defaultWindowTitle,
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.