Class JasperTagInfo
java.lang.Object
javax.servlet.jsp.tagext.TagInfo
org.apache.jasper.compiler.JasperTagInfo
TagInfo extension used by tag handlers that are implemented via tag files.
This class provides access to the name of the Map used to store the
dynamic attribute names and values passed to the custom action invocation.
This information is used by the code generator.
-
Field Summary
FieldsFields inherited from class TagInfo
BODY_CONTENT_EMPTY, BODY_CONTENT_JSP, BODY_CONTENT_SCRIPTLESS, BODY_CONTENT_TAG_DEPENDENT -
Constructor Summary
ConstructorsConstructorDescriptionJasperTagInfo(String tagName, String tagClassName, String bodyContent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, String displayName, String smallIcon, String largeIcon, TagVariableInfo[] tvi, String mapName) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet dynamicAttributes associated with this TagInfo.Methods inherited from class TagInfo
getAttributes, getBodyContent, getDisplayName, getInfoString, getLargeIcon, getSmallIcon, getTagClassName, getTagExtraInfo, getTagLibrary, getTagName, getTagVariableInfos, getVariableInfo, isValid, setTagExtraInfo, setTagLibrary, validate
-
Field Details
-
dynamicAttrsMapName
-
-
Constructor Details
-
JasperTagInfo
public JasperTagInfo(String tagName, String tagClassName, String bodyContent, String infoString, TagLibraryInfo taglib, TagExtraInfo tagExtraInfo, TagAttributeInfo[] attributeInfo, String displayName, String smallIcon, String largeIcon, TagVariableInfo[] tvi, String mapName)
-
-
Method Details
-
getDynamicAttributesMapName
-
hasDynamicAttributes
public boolean hasDynamicAttributes()Description copied from class:TagInfoGet dynamicAttributes associated with this TagInfo.- Overrides:
hasDynamicAttributesin classTagInfo- Returns:
- True if tag handler supports dynamic attributes
-