java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
com.aendvari.tethys.tag.data.DataBodyTag
com.aendvari.tethys.tag.context.ContextBodyTag
com.aendvari.tethys.tag.model.ModelTreeBodyTag
com.aendvari.tethys.tag.html.AbstractTag
com.aendvari.tethys.tag.html.AbstractInputTag
com.aendvari.tethys.tag.html.AbstractFieldTag
- All Implemented Interfaces:
- javax.servlet.jsp.tagext.BodyTag, com.aendvari.tethys.tag.context.ContextAncestorTag, com.aendvari.tethys.tag.data.DataAncestorTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, com.aendvari.tethys.tag.model.ModelTreeAncestorTag, java.io.Serializable, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- HiddenTag, PasswordTag, TextTag
- public abstract class AbstractFieldTag
- extends AbstractInputTag
This is a base class for the various input tags for text fields.
| Fields inherited from class com.aendvari.tethys.tag.html.AbstractTag |
|
| Methods inherited from class com.aendvari.tethys.tag.html.AbstractTag |
extractModelValue, generateScriptAttribtues, generateStyleAttribute, getAccesskey, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getStyle, getStyleClass, getTabindex, setAccesskey, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setStyle, setStyleClass, setTabindex |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
- The name of this field.
type
protected java.lang.String type
- The HTML
type attribute.
AbstractFieldTag
public AbstractFieldTag()
getName
public java.lang.String getName()
setName
public void setName(java.lang.String param)
getId
public java.lang.String getId()
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- The value of the id attribute of this tag; or null.
setId
public void setId(java.lang.String param)
- Description copied from class:
javax.servlet.jsp.tagext.TagSupport
- Set the id attribute for this tag.
getType
public java.lang.String getType()
setType
public void setType(java.lang.String param)
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Description copied from class:
javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the start tag returning EVAL_BODY_BUFFERED.
- Specified by:
doStartTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doStartTag in class AbstractInputTag
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Description copied from class:
javax.servlet.jsp.tagext.BodyTagSupport
- Default processing of the end tag returning EVAL_PAGE.
- Specified by:
doEndTag in interface javax.servlet.jsp.tagext.Tag- Overrides:
doEndTag in class AbstractInputTag
release
public void release()
- Description copied from class:
AbstractTag
- Releases the tag resources.
- Specified by:
release in interface javax.servlet.jsp.tagext.Tag- Overrides:
release in class AbstractInputTag