Uses of Class
org.jboss.metadata.web.spec.AttributeMetaData
-
Packages that use AttributeMetaData Package Description org.jboss.metadata.parser.jsp org.jboss.metadata.web.spec -
-
Uses of AttributeMetaData in org.jboss.metadata.parser.jsp
Methods in org.jboss.metadata.parser.jsp that return AttributeMetaData Modifier and Type Method Description static AttributeMetaDataAttributeMetaDataParser. parse(XMLStreamReader reader) -
Uses of AttributeMetaData in org.jboss.metadata.web.spec
Methods in org.jboss.metadata.web.spec that return types with arguments of type AttributeMetaData Modifier and Type Method Description List<AttributeMetaData>TagMetaData. getAttributes()Method parameters in org.jboss.metadata.web.spec with type arguments of type AttributeMetaData Modifier and Type Method Description voidTagMetaData. setAttributes(List<AttributeMetaData> attributes)
-