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 SkinDecorationModel. skinThe artifact containing the skin for the site.Methods in org.apache.maven.doxia.site.decoration that return Skin Modifier and Type Method Description SkinSkin. clone()Method clone.static SkinSkin. getDefaultSkin()SkinDecorationModel. 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 voidDecorationModel. 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 SkinDecorationXpp3Reader. 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 voidDecorationXpp3Writer. writeSkin(Skin skin, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeSkin.
-