com.instantbank.servicing.control.taglib
Class InsertTag
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.instantbank.servicing.control.taglib.InsertTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.Tag
- public class InsertTag
- extends javax.servlet.jsp.tagext.TagSupport
This class is an easy interface to the JSP template or other text that needs
to be inserted.
- See Also:
- Serialized Form
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext, parent, values |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary |
InsertTag()
default constructor |
Method Summary |
int |
doEndTag()
Process end of tag
|
int |
doStartTag()
Process beginning and body of tag
|
void |
setParameter(java.lang.String parameter)
Sets the parameter attribute of the InsertTag object |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
directInclude
private boolean directInclude
parameter
private java.lang.String parameter
parameterRef
private Parameter parameterRef
screenManager
private ScreenFlowManager screenManager
debug
private Debug debug
InsertTag
public InsertTag()
- default constructor
setParameter
public void setParameter(java.lang.String parameter)
- Sets the parameter attribute of the InsertTag object
- Parameters:
parameter
- The new parameter value
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspTagException
- Process beginning and body of tag
- Overrides:
doStartTag
in class javax.servlet.jsp.tagext.TagSupport
- Returns:
- SKIP_BODY
- Throws:
javax.servlet.jsp.JspTagException
-
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspTagException
- Process end of tag
- Overrides:
doEndTag
in class javax.servlet.jsp.tagext.TagSupport
- Returns:
- EVAL_PAGE
- Throws:
javax.servlet.jsp.JspTagException
-