Uses of Class
org.apache.maven.doxia.site.Banner
-
Packages that use Banner Package Description org.apache.maven.doxia.site org.apache.maven.doxia.site.io.xpp3 org.apache.maven.doxia.tools -
-
Uses of Banner in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site declared as Banner Modifier and Type Field Description private BannerSiteModel. bannerLeftBanner logo on the masthead of the site to the left.private BannerSiteModel. bannerRightBanner logo on the masthead of the site to the right.Methods in org.apache.maven.doxia.site that return Banner Modifier and Type Method Description BannerBanner. clone()Method clone.BannerSiteModel. getBannerLeft()Get banner logo on the masthead of the site to the left.BannerSiteModel. getBannerRight()Get banner logo on the masthead of the site to the right.Methods in org.apache.maven.doxia.site with parameters of type Banner Modifier and Type Method Description voidSiteModel. setBannerLeft(Banner bannerLeft)Set banner logo on the masthead of the site to the left.voidSiteModel. setBannerRight(Banner bannerRight)Set banner logo on the masthead of the site to the right. -
Uses of Banner in org.apache.maven.doxia.site.io.xpp3
Methods in org.apache.maven.doxia.site.io.xpp3 that return Banner Modifier and Type Method Description private BannerSiteXpp3Reader. parseBanner(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseBanner.Methods in org.apache.maven.doxia.site.io.xpp3 with parameters of type Banner Modifier and Type Method Description private voidSiteXpp3Writer. writeBanner(Banner banner, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeBanner. -
Uses of Banner in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools that return Banner Modifier and Type Method Description private BannerDefaultSiteTool. convertBanner(Banner oldBanner)
-