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 Banner |
DecorationModel.bannerLeft
Banner logo on the masthead of the site to the left.
|
private Banner |
DecorationModel.bannerRight
Banner logo on the masthead of the site to the right.
|
Modifier and Type | Method and Description |
---|---|
Banner |
Banner.clone()
Method clone.
|
Banner |
DecorationModel.getBannerLeft()
Get banner logo on the masthead of the site to the left.
|
Banner |
DecorationModel.getBannerRight()
Get banner logo on the masthead of the site to the right.
|
Modifier and Type | Method and Description |
---|---|
void |
DecorationModel.setBannerLeft(Banner bannerLeft)
Set banner logo on the masthead of the site to the left.
|
void |
DecorationModel.setBannerRight(Banner bannerRight)
Set banner logo on the masthead of the site to the right.
|
Modifier and Type | Method and Description |
---|---|
private void |
DefaultDecorationModelInheritanceAssembler.rebaseBannerPaths(Banner banner,
DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) |
private void |
DefaultDecorationModelInheritanceAssembler.relativizeBannerPaths(Banner banner,
java.lang.String baseUrl)
Resolves all relative paths between the elements in a banner.
|
Modifier and Type | Method and Description |
---|---|
private Banner |
DecorationXpp3Reader.parseBanner(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseBanner.
|
Modifier and Type | Method and Description |
---|---|
private void |
DecorationXpp3Writer.writeBanner(Banner banner,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeBanner.
|