Uses of Class
org.apache.maven.doxia.site.decoration.Body
-
Packages that use Body Package Description org.apache.maven.doxia.site.decoration org.apache.maven.doxia.site.decoration.io.xpp3 -
-
Uses of Body in org.apache.maven.doxia.site.decoration
Fields in org.apache.maven.doxia.site.decoration declared as Body Modifier and Type Field Description private Body
DecorationModel. body
The main site content decoration.Methods in org.apache.maven.doxia.site.decoration that return Body Modifier and Type Method Description Body
Body. clone()
Method clone.Body
DecorationModel. getBody()
Get the main site content decoration.Methods in org.apache.maven.doxia.site.decoration with parameters of type Body Modifier and Type Method Description void
DecorationModel. setBody(Body body)
Set the main site content decoration. -
Uses of Body in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return Body Modifier and Type Method Description private Body
DecorationXpp3Reader. parseBody(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
Method parseBody.Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type Body Modifier and Type Method Description private void
DecorationXpp3Writer. writeBody(Body body, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeBody.
-