Class JtpAttribute


  • public class JtpAttribute
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JtpAttribute​(org.apache.jasper.compiler.Node.AttributeDirective attributeDirective)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAttribute​(java.lang.String name)  
      java.lang.String getName()  
      java.lang.String getType()  
      boolean isRequired()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JtpAttribute

        public JtpAttribute​(org.apache.jasper.compiler.Node.AttributeDirective attributeDirective)
    • Method Detail

      • getAttribute

        public java.lang.String getAttribute​(java.lang.String name)
      • isRequired

        public boolean isRequired()
      • getName

        public java.lang.String getName()
      • getType

        public java.lang.String getType()