public class TextTag extends EmpireTagSupport
Modifier and Type | Field and Description |
---|---|
protected String |
defValue |
protected String |
tag |
static String |
TEXT_DEFAULT_VALUE |
protected Object |
value |
autoResetParams, cssClass, cssStyle, log
Constructor and Description |
---|
TextTag() |
Modifier and Type | Method and Description |
---|---|
int |
doEndTag() |
int |
doStartTag() |
org.apache.struts2.components.Component |
getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res) |
protected void |
resetParams() |
void |
setDefault(String defValue) |
void |
setTag(String tag) |
void |
setValue(Object value) |
addStandardAttributes, checkAction, getAction, getActionItemPropertyName, getActionName, getActionURL, getAttribute, getBeanProperty, getBoolean, getId, getInt, getLocale, getObject, getObject, getPageAttribute, getPageName, getString, getString, getString, getTranslation, getTranslationFromKey, populateParams, putPageAttribute, release, removePageAttribute, setCssClass, setCssStyle, setId, str
findString, findValue, findValue, getBody, getStack, toString
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue
public static final String TEXT_DEFAULT_VALUE
protected Object value
protected String tag
protected String defValue
protected void resetParams()
resetParams
in class EmpireTagSupport
public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
getBean
in class org.apache.struts2.views.jsp.ComponentTagSupport
public int doStartTag() throws javax.servlet.jsp.JspException
doStartTag
in interface javax.servlet.jsp.tagext.Tag
doStartTag
in class org.apache.struts2.views.jsp.ComponentTagSupport
javax.servlet.jsp.JspException
public int doEndTag() throws javax.servlet.jsp.JspException
doEndTag
in interface javax.servlet.jsp.tagext.Tag
doEndTag
in class EmpireTagSupport
javax.servlet.jsp.JspException
public void setTag(String tag)
public void setValue(Object value)
public void setDefault(String defValue)
Copyright © 2008–2017 Apache Software Foundation. All rights reserved.