org.apache.empire.struts2.jsp.tags
Class DataValueTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by org.apache.struts2.views.jsp.StrutsBodyTagSupport
              extended by org.apache.struts2.views.jsp.ComponentTagSupport
                  extended by org.apache.empire.struts2.jsp.tags.EmpireTagSupport
                      extended by org.apache.empire.struts2.jsp.tags.EmpireValueTagSupport
                          extended by org.apache.empire.struts2.jsp.tags.DataValueTag
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:
TableDataTag

public class DataValueTag
extends EmpireValueTagSupport

See Also:
Serialized Form

Field Summary
protected  String action
           
protected  Object alt
           
protected  String anchorClass
           
protected  String body
           
protected  String controlType
           
protected  String format
           
protected  Object item
           
protected  Options lookup
           
protected  Object nullValue
           
protected  String onclick
           
protected  String ondblclick
           
protected  String param
           
protected  String tag
           
protected  String urlType
           
 
Fields inherited from class org.apache.empire.struts2.jsp.tags.EmpireValueTagSupport
BEAN_ITEM_ATTRIBUTE, PARENT_PROPERTY_ATTRIBUTE, RECORD_ATTRIBUTE
 
Fields inherited from class org.apache.empire.struts2.jsp.tags.EmpireTagSupport
autoResetParams, cssClass, cssStyle, log
 
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
 
Constructor Summary
DataValueTag()
           
 
Method Summary
 org.apache.struts2.components.Component getBean(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
protected  void populateParams()
           
protected  void resetParams()
           
 void setAction(String action)
           
 void setAlt(Object alt)
           
 void setAnchorClass(String anchorClass)
           
 void setBody(String body)
           
 void setControlType(String controlType)
           
 void setFormat(String format)
           
 void setItem(Object item)
           
 void setLookup(Options lookup)
           
 void setNullValue(Object nullValue)
           
 void setOnclick(String onclick)
           
 void setOndblclick(String ondblclick)
           
 void setParam(String param)
           
 void setTag(String tag)
           
 void setUrlType(String urlType)
           
 
Methods inherited from class org.apache.empire.struts2.jsp.tags.EmpireValueTagSupport
getBean, getColumn, getColumnExpr, getColumnPropertyName, getControlType, getDefaultValue, getFullPropertyName, getItemValue, getPropertyFieldName, getRecord, getRecordData, getStringValue, getTagName, getValue, hasDefaultValue, hasValue, setColumn, setField, setParentProperty, setProperty, setPropertyNameFromValue, setRecord, setValue
 
Methods inherited from class org.apache.empire.struts2.jsp.tags.EmpireTagSupport
addStandardAttributes, checkAction, doEndTag, getAction, getActionItemPropertyName, getActionName, getActionURL, getAttribute, getBeanProperty, getBoolean, getId, getInt, getLocale, getObject, getObject, getPageAttribute, getPageName, getString, getString, getString, getTranslation, getTranslationFromKey, putPageAttribute, release, removePageAttribute, setCssClass, setCssStyle, setId, str
 
Methods inherited from class org.apache.struts2.views.jsp.ComponentTagSupport
doStartTag, 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
 

Field Detail

lookup

protected Options lookup

controlType

protected String controlType

body

protected String body

format

protected String format

nullValue

protected Object nullValue

tag

protected String tag

action

protected String action

urlType

protected String urlType

alt

protected Object alt

item

protected Object item

param

protected String param

anchorClass

protected String anchorClass

onclick

protected String onclick

ondblclick

protected String ondblclick
Constructor Detail

DataValueTag

public DataValueTag()
Method Detail

resetParams

protected void resetParams()
Overrides:
resetParams in class EmpireValueTagSupport

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

populateParams

protected void populateParams()
Overrides:
populateParams in class EmpireTagSupport

setLookup

public void setLookup(Options lookup)

setAction

public void setAction(String action)

setUrlType

public void setUrlType(String urlType)

setItem

public void setItem(Object item)

setAlt

public void setAlt(Object alt)

setAnchorClass

public void setAnchorClass(String anchorClass)

setBody

public void setBody(String body)

setTag

public void setTag(String tag)

setFormat

public void setFormat(String format)

setControlType

public void setControlType(String controlType)

setNullValue

public void setNullValue(Object nullValue)

setParam

public void setParam(String param)

setOnclick

public void setOnclick(String onclick)

setOndblclick

public void setOndblclick(String ondblclick)


Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.