Uses of Class
org.apache.maven.doxia.site.decoration.Skin
-
Packages that use Skin Package Description org.apache.maven.doxia.site.decoration org.apache.maven.doxia.site.decoration.io.xpp3 -
-
Uses of Skin in org.apache.maven.doxia.site.decoration
Fields in org.apache.maven.doxia.site.decoration declared as Skin Modifier and Type Field Description private Skin
DecorationModel. skin
The artifact containing the skin for the site.Methods in org.apache.maven.doxia.site.decoration that return Skin Modifier and Type Method Description Skin
Skin. clone()
Method clone.static Skin
Skin. getDefaultSkin()
Skin
DecorationModel. getSkin()
Get the artifact containing the skin for the site.Methods in org.apache.maven.doxia.site.decoration with parameters of type Skin Modifier and Type Method Description void
DecorationModel. setSkin(Skin skin)
Set the artifact containing the skin for the site. -
Uses of Skin in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return Skin Modifier and Type Method Description private Skin
DecorationXpp3Reader. parseSkin(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseSkin.Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type Skin Modifier and Type Method Description private void
DecorationXpp3Writer. writeSkin(Skin skin, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeSkin.
-