Uses of Class
org.apache.maven.doxia.site.decoration.Logo
-
Packages that use Logo Package Description org.apache.maven.doxia.site.decoration -
-
Uses of Logo in org.apache.maven.doxia.site.decoration
Methods in org.apache.maven.doxia.site.decoration that return Logo Modifier and Type Method Description LogoLogo. clone()Method clone.Methods in org.apache.maven.doxia.site.decoration that return types with arguments of type Logo Modifier and Type Method Description java.util.List<Logo>DecorationModel. getPoweredBy()Method getPoweredBy.Methods in org.apache.maven.doxia.site.decoration with parameters of type Logo Modifier and Type Method Description voidDecorationModel. addPoweredBy(Logo logo)Method addPoweredBy.voidDecorationModel. removePoweredBy(Logo logo)Method removePoweredBy.Method parameters in org.apache.maven.doxia.site.decoration with type arguments of type Logo Modifier and Type Method Description voidDecorationModel. setPoweredBy(java.util.List<Logo> poweredBy)Set powered by logos list.
-