|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.acsinet_solutions.cetia4.tags.support.LogTagSupport
com.acsinet_solutions.cetia4.tags.TextFieldTag
public class TextFieldTag
Class that implements a simple text field class, and also serves as base to other input classes.
| Field Summary |
|---|
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
id, pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
|---|
EVAL_BODY_AGAIN |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
TextFieldTag()
Create a basic TextField tag |
|
TextFieldTag(java.lang.String type)
Protected constructor |
|
| Method Summary | |
|---|---|
int |
doEndTag()
|
int |
doStartTag()
|
protected org.apache.ecs.html.Input |
getInputTag()
Input tag reference for subclasses |
protected java.lang.String |
getValueFromParentForm()
Get the value of the property from the parent form as a String, if it is set there. |
void |
setEnabled(java.lang.Object enabled)
Sets the enabled flag |
void |
setName(java.lang.String name)
Sets the name. |
protected java.lang.String |
setupValue(java.lang.Object value)
Setup the given object and return a suitable value. |
void |
setValue(java.lang.Object value)
Sets the value. |
protected void |
writeInputTag(java.lang.String value)
Write down the input tag to the JSP output |
protected void |
writeTag(javax.servlet.jsp.JspWriter writer)
Write the tag |
| Methods inherited from class com.acsinet_solutions.cetia4.tags.support.LogTagSupport |
|---|
doCatch, doFinally, fillDynamicValues, fillDynamicValues, getConfiguration, getDynamicAttributes, getLocale, getLogger, getPortalPath, getRequest, getServletContext, getSession, setDynamicAttribute |
| Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
|---|
doAfterBody, 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, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TextFieldTag()
public TextFieldTag(java.lang.String type)
type - The type of the input tag| Method Detail |
|---|
public void setName(java.lang.String name)
public void setValue(java.lang.Object value)
value - The value to setpublic void setEnabled(java.lang.Object enabled)
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspException
public int doEndTag()
throws javax.servlet.jsp.JspException
doEndTag in interface javax.servlet.jsp.tagext.TagdoEndTag in class LogTagSupportjavax.servlet.jsp.JspException
protected void writeTag(javax.servlet.jsp.JspWriter writer)
throws java.io.IOException
java.io.IOExceptionprotected final org.apache.ecs.html.Input getInputTag()
protected java.lang.String setupValue(java.lang.Object value)
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
protected void writeInputTag(java.lang.String value)
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
protected final java.lang.String getValueFromParentForm()
throws javax.servlet.jsp.JspException
javax.servlet.jsp.JspException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||