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 Banner
SiteModel.bannerLeft
Banner logo on the masthead of the site to the left.private Banner
SiteModel.bannerRight
Banner 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 TypeMethodDescriptionvoid
SiteModel.setBannerLeft
(Banner bannerLeft) Set banner logo on the masthead of the site to the left.void
SiteModel.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 Banner
SiteXpp3Reader.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 void
SiteXpp3Writer.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