Uses of Class
org.apache.maven.doxia.site.Banner
-
Packages that use Banner Package Description org.apache.maven.doxia.site -
-
Uses of Banner in org.apache.maven.doxia.site
Methods in org.apache.maven.doxia.site that return Banner Modifier and Type Method Description Banner
Banner. clone()
Method clone.Banner
SiteModel. getBannerLeft()
Get banner logo on the masthead of the site to the left.Banner
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 Banner Modifier and Type Method Description void
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.
-