| 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 | Field and Description |
|---|---|
private java.util.List<Logo> |
DecorationModel.poweredBy
Field poweredBy.
|
| Modifier and Type | Method and Description |
|---|---|
Logo |
Logo.clone()
Method clone.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Logo> |
DecorationModel.getPoweredBy()
Method getPoweredBy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecorationModel.addPoweredBy(Logo logo)
Method addPoweredBy.
|
void |
DecorationModel.removePoweredBy(Logo logo)
Method removePoweredBy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecorationModel.setPoweredBy(java.util.List<Logo> poweredBy)
Set powered by logos list.
|
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<Logo> |
DefaultDecorationModelInheritanceAssembler.mergePoweredByLists(java.util.List<Logo> childList,
java.util.List<Logo> parentList,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) |
| Modifier and Type | Method and Description |
|---|---|
private void |
DefaultDecorationModelInheritanceAssembler.rebaseLogoPaths(Logo logo,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) |
private void |
DefaultDecorationModelInheritanceAssembler.relativizeLogoPaths(Logo logo,
java.lang.String baseUrl) |
| Modifier and Type | Method and Description |
|---|---|
private java.util.List<Logo> |
DefaultDecorationModelInheritanceAssembler.mergePoweredByLists(java.util.List<Logo> childList,
java.util.List<Logo> parentList,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) |
private java.util.List<Logo> |
DefaultDecorationModelInheritanceAssembler.mergePoweredByLists(java.util.List<Logo> childList,
java.util.List<Logo> parentList,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) |
| Modifier and Type | Method and Description |
|---|---|
private Logo |
DecorationXpp3Reader.parseLogo(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseLogo.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
DecorationXpp3Writer.writeLogo(Logo logo,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLogo.
|