Uses of Class
org.apache.maven.doxia.site.decoration.Banner
Packages that use Banner
Package
Description
-
Uses of Banner in org.apache.maven.doxia.site.decoration
Fields in org.apache.maven.doxia.site.decoration declared as BannerModifier and TypeFieldDescriptionprivate BannerDecorationModel.bannerLeftBanner logo on the masthead of the site to the left.private BannerDecorationModel.bannerRightBanner logo on the masthead of the site to the right.Methods in org.apache.maven.doxia.site.decoration that return BannerModifier and TypeMethodDescriptionBanner.clone()Method clone.DecorationModel.getBannerLeft()Get banner logo on the masthead of the site to the left.DecorationModel.getBannerRight()Get banner logo on the masthead of the site to the right.Methods in org.apache.maven.doxia.site.decoration with parameters of type BannerModifier and TypeMethodDescriptionvoidDecorationModel.setBannerLeft(Banner bannerLeft) Set banner logo on the masthead of the site to the left.voidDecorationModel.setBannerRight(Banner bannerRight) Set banner logo on the masthead of the site to the right. -
Uses of Banner in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return BannerModifier and TypeMethodDescriptionprivate BannerDecorationXpp3Reader.parseBanner(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict) Method parseBanner. -
Uses of Banner in org.apache.maven.doxia.tools
Methods in org.apache.maven.doxia.tools with parameters of type Banner