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 Banner
DecorationModel.bannerLeft
Banner logo on the masthead of the site to the left.private Banner
DecorationModel.bannerRight
Banner 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 TypeMethodDescriptionvoid
DecorationModel.setBannerLeft
(Banner bannerLeft) Set banner logo on the masthead of the site to the left.void
DecorationModel.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 BannerModifier and TypeMethodDescriptionprivate void
DefaultDecorationModelInheritanceAssembler.rebaseBannerPaths
(Banner banner, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) private void
DefaultDecorationModelInheritanceAssembler.relativizeBannerPaths
(Banner banner, 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 BannerModifier and TypeMethodDescriptionprivate Banner
DecorationXpp3Reader.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 BannerModifier and TypeMethodDescriptionprivate void
DecorationXpp3Writer.writeBanner
(Banner banner, String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) Method writeBanner.