Package | Description |
---|---|
org.apache.maven.doxia.site.decoration | |
org.apache.maven.doxia.site.decoration.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private Skin |
DecorationModel.skin
The artifact containing the skin for the site.
|
Modifier and Type | Method and Description |
---|---|
Skin |
Skin.clone()
Method clone.
|
static Skin |
Skin.getDefaultSkin() |
Skin |
DecorationModel.getSkin()
Get the artifact containing the skin for the site.
|
Modifier and Type | Method and Description |
---|---|
void |
DecorationModel.setSkin(Skin skin)
Set the artifact containing the skin for the site.
|
Modifier and Type | Method and Description |
---|---|
private Skin |
DecorationXpp3Reader.parseSkin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseSkin.
|
Modifier and Type | Method and Description |
---|---|
private void |
DecorationXpp3Writer.writeSkin(Skin skin,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSkin.
|