Uses of Class
org.apache.maven.doxia.site.decoration.Logo
-
Packages that use Logo Package Description org.apache.maven.doxia.site.decoration org.apache.maven.doxia.site.decoration.io.xpp3 -
-
Uses of Logo in org.apache.maven.doxia.site.decoration
Fields in org.apache.maven.doxia.site.decoration with type parameters of type Logo Modifier and Type Field Description private java.util.List<Logo>DecorationModel. poweredByField poweredBy.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. -
Uses of Logo in org.apache.maven.doxia.site.decoration.io.xpp3
Methods in org.apache.maven.doxia.site.decoration.io.xpp3 that return Logo Modifier and Type Method Description private LogoDecorationXpp3Reader. parseLogo(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)Method parseLogo.
-