Uses of Class
org.apache.maven.doxia.site.Body
-
Packages that use Body Package Description org.apache.maven.doxia.site -
-
Uses of Body in org.apache.maven.doxia.site
Methods in org.apache.maven.doxia.site that return Body Modifier and Type Method Description Body
Body. clone()
Method clone.Body
SiteModel. getBody()
Get the main site content.Methods in org.apache.maven.doxia.site with parameters of type Body Modifier and Type Method Description void
SiteModel. setBody(Body body)
Set the main site content.
-