Uses of Class
org.apache.maven.doxia.site.decoration.Banner
-
Packages that use Banner Package Description org.apache.maven.doxia.site.decoration org.apache.maven.doxia.site.decoration.inheritance org.apache.maven.doxia.site.decoration.io.xpp3 -
-
Uses of Banner in org.apache.maven.doxia.site.decoration
Fields in org.apache.maven.doxia.site.decoration declared as Banner Modifier and Type Field Description private 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 Banner Modifier and Type Method Description BannerBanner. clone()Method clone.BannerDecorationModel. getBannerLeft()Get banner logo on the masthead of the site to the left.BannerDecorationModel. 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 Banner Modifier and Type Method Description voidDecorationModel. 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.inheritance
Methods in org.apache.maven.doxia.site.decoration.inheritance with parameters of type Banner Modifier and Type Method Description private voidDefaultDecorationModelInheritanceAssembler. rebaseBannerPaths(Banner banner, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)private voidDefaultDecorationModelInheritanceAssembler. relativizeBannerPaths(Banner banner, java.lang.String baseUrl)Resolves all relative paths between the elements in a banner. -
Uses of Banner in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return Banner Modifier and Type Method Description private BannerDecorationXpp3Reader. parseBanner(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseBanner.Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type Banner Modifier and Type Method Description private voidDecorationXpp3Writer. writeBanner(Banner banner, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeBanner.
-