Class Generator.TagHandlerInfo
java.lang.Object
org.apache.jasper.compiler.Generator.TagHandlerInfo
- Enclosing class:
Generator
Class storing the result of introspecting a custom tag handler.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionTagHandlerInfo(Node n, Class tagHandlerClass, ErrorDispatcher err) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionClass<?> getPropertyEditorClass(String attrName) XXXgetSetterMethod(String attrName) XXXXXX
-
Field Details
-
methodMaps
-
propertyEditorMaps
-
tagHandlerClass
-
-
Constructor Details
-
TagHandlerInfo
TagHandlerInfo(Node n, Class tagHandlerClass, ErrorDispatcher err) throws JasperException Constructor.- Parameters:
n- The custom tag whose tag handler class is to be introspectedtagHandlerClass- Tag handler classerr- Error dispatcher- Throws:
JasperException
-
-
Method Details
-
getSetterMethod
-
getPropertyEditorClass
-
getTagHandlerClass
XXX
-