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. poweredBy
Field poweredBy.Methods in org.apache.maven.doxia.site.decoration that return Logo Modifier and Type Method Description Logo
Logo. 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 void
DecorationModel. addPoweredBy(Logo logo)
Method addPoweredBy.void
DecorationModel. 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 void
DecorationModel. 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 void
DefaultDecorationModelInheritanceAssembler. rebaseLogoPaths(Logo logo, DefaultDecorationModelInheritanceAssembler.URLRebaser urlContainer)
private void
DefaultDecorationModelInheritanceAssembler. 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 Logo
DecorationXpp3Reader. 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 void
DecorationXpp3Writer. writeLogo(Logo logo, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeLogo.
-