Class JtpCustomTag


  • public class JtpCustomTag
    extends java.lang.Object
    • Constructor Detail

      • JtpCustomTag

        public JtpCustomTag​(org.apache.jasper.compiler.Node.CustomTag customTag)
    • Method Detail

      • getAttribute

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

        public boolean hasBody()
      • visitBody

        public void visitBody​(JtpConverter converter)
                       throws org.apache.jasper.JasperException
        Throws:
        org.apache.jasper.JasperException
      • getBodyAsSimpleConvertedJavaCode

        public java.lang.String getBodyAsSimpleConvertedJavaCode()
      • getTagName

        public java.lang.String getTagName()
      • byTagName

        public static java.util.function.Predicate<JtpCustomTag> byTagName​(java.lang.String tagName)
      • getAttributes

        public org.xml.sax.Attributes getAttributes()
      • hasParent

        public boolean hasParent​(java.util.function.Predicate<JtpCustomTag> tagFilter)
      • forEach

        public void forEach​(java.util.function.Consumer<JtpCustomTag> tagConsumer)