org.apache.empire.struts2.jsp.tags
Class FormPartTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
org.apache.struts2.views.jsp.StrutsBodyTagSupport
org.apache.struts2.views.jsp.ComponentTagSupport
org.apache.empire.struts2.jsp.tags.EmpireTagSupport
org.apache.empire.struts2.jsp.tags.FormPartTag
- All Implemented Interfaces:
- Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
- Direct Known Subclasses:
- FormTag
public class FormPartTag
- extends EmpireTagSupport
- See Also:
- Serialized Form
Fields inherited from class org.apache.struts2.views.jsp.ComponentTagSupport |
component |
Fields inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
bodyContent |
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.BodyTag |
EVAL_BODY_BUFFERED, EVAL_BODY_TAG |
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 |
Methods inherited from class org.apache.empire.struts2.jsp.tags.EmpireTagSupport |
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 |
Methods inherited from class org.apache.struts2.views.jsp.ComponentTagSupport |
getComponent |
Methods inherited from class org.apache.struts2.views.jsp.StrutsBodyTagSupport |
findString, findValue, findValue, getBody, getStack, toString |
Methods inherited from class javax.servlet.jsp.tagext.BodyTagSupport |
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getParent, getValue, getValues, removeValue, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.servlet.jsp.tagext.Tag |
getParent, setPageContext, setParent |
DISABLEDMODE_ATTRIBUTE
public static final String DISABLEDMODE_ATTRIBUTE
- See Also:
- Constant Field Values
CONTROLSIZE_ATTRIBUTE
public static final String CONTROLSIZE_ATTRIBUTE
- See Also:
- Constant Field Values
NULLVALUE_ATTRIBUTE
public static final String NULLVALUE_ATTRIBUTE
- See Also:
- Constant Field Values
READONLY_ATTRIBUTE
public static final String READONLY_ATTRIBUTE
- See Also:
- Constant Field Values
record
protected RecordData record
bean
protected Object bean
controlSize
protected Object controlSize
nullValue
protected Object nullValue
disabledMode
protected String disabledMode
property
protected String property
hiddenFields
protected Object hiddenFields
wrap
protected Object wrap
FormPartTag
public FormPartTag()
resetParams
protected void resetParams()
- Overrides:
resetParams
in class EmpireTagSupport
getBean
public org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
- Specified by:
getBean
in class org.apache.struts2.views.jsp.ComponentTagSupport
useBean
public boolean useBean()
renderReadOnlyFields
protected boolean renderReadOnlyFields()
renderWrapperTag
protected boolean renderWrapperTag()
doStartTag
public int doStartTag()
throws javax.servlet.jsp.JspException
- Specified by:
doStartTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in class org.apache.struts2.views.jsp.ComponentTagSupport
- Throws:
javax.servlet.jsp.JspException
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class EmpireTagSupport
- Throws:
javax.servlet.jsp.JspException
setControlSize
public void setControlSize(Object controlSize)
setNullValue
public void setNullValue(Object nullValue)
setProperty
public void setProperty(String property)
setRecord
public void setRecord(RecordData record)
setBean
public void setBean(Object bean)
setHiddenFields
public void setHiddenFields(Object hiddenFields)
setDisabledMode
public void setDisabledMode(String disabledMode)
setWrap
public void setWrap(Object wrap)
Copyright © 2008–2014 Apache Software Foundation. All rights reserved.