- All Implemented Interfaces:
TagPlugin
Tag plugin for the JSTL <c:if> tag. Generates optimized Java source for conditional execution.
-
Constructor Summary
Constructors
Creates a new instance of the If tag plugin.
-
Method Summary
void
Generate codes for a custom tag.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
If
public If()
Creates a new instance of the If tag plugin.
-
Method Details
-
doTag
Generate codes for a custom tag.
- Specified by:
doTag in interface TagPlugin
- Parameters:
ctxt - a TagPluginContext for accessing Jasper functions