Uses of Class
org.apache.maven.doxia.site.Banner
Packages that use Banner
Package
Description
-
Uses of Banner in org.apache.maven.doxia.site
Fields in org.apache.maven.doxia.site declared as BannerModifier and TypeFieldDescriptionprivate 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 BannerModifier and TypeMethodDescriptionBanner.clone()Method clone.SiteModel.getBannerLeft()Get banner logo on the masthead of the site to the left.SiteModel.getBannerRight()Get banner logo on the masthead of the site to the right.Methods in org.apache.maven.doxia.site with parameters of type BannerModifier and TypeMethodDescriptionvoidSiteModel.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 BannerModifier and TypeMethodDescriptionprivate 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 BannerModifier and TypeMethodDescriptionprivate voidSiteXpp3Writer.writeBanner(Banner banner, 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