Uses of Class
net.anotheria.anosite.content.bean.AttributeMap
-
Packages that use AttributeMap Package Description net.anotheria.anosite.content.bean net.anotheria.anosite.tags.content -
-
Uses of AttributeMap in net.anotheria.anosite.content.bean
Methods in net.anotheria.anosite.content.bean that return AttributeMap Modifier and Type Method Description AttributeMapBoxBean. getAttributes()AttributeMapPageBean. getAttributes()Methods in net.anotheria.anosite.content.bean with parameters of type AttributeMap Modifier and Type Method Description voidBoxBean. setAttributes(AttributeMap attributes)voidPageBean. setAttributes(AttributeMap attributes) -
Uses of AttributeMap in net.anotheria.anosite.tags.content
Methods in net.anotheria.anosite.tags.content that return AttributeMap Modifier and Type Method Description protected abstract AttributeMapAbstractAttributeTag. getAttributeMap()Retrieves attributes from the corresponding object.protected AttributeMapBoxAttributeTag. getAttributeMap()protected AttributeMapPageAttributeTag. getAttributeMap()
-