Package org.apache.jasper.compiler
Class JtpCustomTag
java.lang.Object
org.apache.jasper.compiler.JtpCustomTag
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Predicate<JtpCustomTag> voidforEach(Consumer<JtpCustomTag> tagConsumer) getAttribute(String name) booleanhasBody()booleanhasParent(Predicate<JtpCustomTag> tagFilter) intindexOf(JtpCustomTag tag) parent(Predicate<JtpCustomTag> tagFilter) voidvisitBody(JtpConverter converter)
-
Constructor Details
-
JtpCustomTag
public JtpCustomTag(org.apache.jasper.compiler.Node.CustomTag customTag)
-
-
Method Details
-
getAttribute
-
hasBody
public boolean hasBody() -
visitBody
- Throws:
org.apache.jasper.JasperException
-
getBodyAsSimpleConvertedJavaCode
-
parent
-
getTagName
-
byTagName
-
indexOf
-
getAttributes
-
hasParent
-
forEach
-