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.inheritance 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.inheritance
Methods in org.apache.maven.doxia.site.decoration.inheritance that return types with arguments of type Logo Modifier and Type Method Description private java.util.List<Logo>DefaultDecorationModelInheritanceAssembler. mergePoweredByLists(java.util.List<Logo> childList, java.util.List<Logo> parentList, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)Methods in org.apache.maven.doxia.site.decoration.inheritance with parameters of type Logo Modifier and Type Method Description private voidDefaultDecorationModelInheritanceAssembler. rebaseLogoPaths(Logo logo, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)private voidDefaultDecorationModelInheritanceAssembler. relativizeLogoPaths(Logo logo, java.lang.String baseUrl)Method parameters in org.apache.maven.doxia.site.decoration.inheritance with type arguments of type Logo Modifier and Type Method Description private java.util.List<Logo>DefaultDecorationModelInheritanceAssembler. mergePoweredByLists(java.util.List<Logo> childList, java.util.List<Logo> parentList, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer) -
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.Methods in org.apache.maven.doxia.site.decoration.io.xpp3 with parameters of type Logo Modifier and Type Method Description private voidDecorationXpp3Writer. writeLogo(Logo logo, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeLogo.
-