| Package | Description |
|---|---|
| org.apache.maven.doxia.site.decoration | |
| org.apache.maven.doxia.site.decoration.inheritance | |
| org.apache.maven.doxia.site.decoration.io.xpp3 |
| Modifier and Type | Method and Description |
|---|---|
DecorationModel |
DecorationModel.clone()
Method clone.
|
| 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.OutputStream stream,
DecorationModel decorationModel)
Method write.
|
void |
DecorationXpp3Writer.write(java.io.Writer writer,
DecorationModel decorationModel)
Method write.
|