Class Generator.TagHandlerInfo

java.lang.Object
org.apache.jasper.compiler.Generator.TagHandlerInfo
Enclosing class:
Generator

private static class Generator.TagHandlerInfo extends Object
Class storing the result of introspecting a custom tag handler.
  • Field Details

  • 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 introspected
      tagHandlerClass - Tag handler class
      err - Error dispatcher
      Throws:
      JasperException
  • Method Details

    • getSetterMethod

      public Method getSetterMethod(String attrName)
      XXX
    • getPropertyEditorClass

      public Class<?> getPropertyEditorClass(String attrName)
      XXX
    • getTagHandlerClass

      public Class getTagHandlerClass()
      XXX