Uses of Class
org.apache.maven.doxia.site.decoration.Banner
-
Packages that use Banner Package Description org.apache.maven.doxia.site.decoration -
-
Uses of Banner in org.apache.maven.doxia.site.decoration
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.
-