com.ideo.sweetdevria.taglib.control
Class ActionTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
com.ideo.sweetdevria.taglib.AbstractTagDrawer
com.ideo.sweetdevria.taglib.AbstractComponentTagSupport
com.ideo.sweetdevria.taglib.control.ActionTag
- All Implemented Interfaces:
- Hideable, IRiaTag, java.io.Serializable, javax.servlet.jsp.tagext.BodyTag, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class ActionTag
- extends AbstractComponentTagSupport
- implements IRiaTag, Hideable
- See Also:
- Serialized Form
Field Summary |
protected java.lang.String |
condition
|
protected java.lang.String |
param
|
protected java.lang.String |
targetIds
|
protected int |
type
|
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 |
Method Summary |
int |
doEndTag()
Default processing of the end tag returning EVAL_PAGE. |
java.lang.String |
getBuilderId()
Return the targeted builder id for this component as specified in the configuration file. |
java.lang.String |
getCondition()
|
java.lang.String |
getParam()
|
java.lang.String |
getTargetIds()
|
int |
getType()
|
void |
release()
Release method which must call super.release ! |
void |
setCondition(java.lang.String condition)
|
void |
setParam(java.lang.String param)
|
void |
setTargetIds(java.lang.String targetIds)
|
void |
setType(int type)
|
Methods inherited from class com.ideo.sweetdevria.taglib.AbstractComponentTagSupport |
checkId, doAfterBody, doInitBody, doStartTag, getBodyContent, getId, isRendered, refractorContext, setBodyContent, setId, setRendered |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
findAncestorWithClass, getParent, getValue, getValues, removeValue, 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 |
type
protected int type
targetIds
protected java.lang.String targetIds
condition
protected java.lang.String condition
param
protected java.lang.String param
ActionTag
public ActionTag()
getBuilderId
public java.lang.String getBuilderId()
- Description copied from interface:
IRiaTag
- Return the targeted builder id for this component as specified in the configuration file.
- Specified by:
getBuilderId
in interface IRiaTag
- Specified by:
getBuilderId
in class AbstractTagDrawer
- Returns:
- id targeted builder id
- See Also:
IRiaTag.getBuilderId()
doEndTag
public int doEndTag()
throws javax.servlet.jsp.JspException
- Description copied from interface:
IRiaTag
- Default processing of the end tag returning EVAL_PAGE.
- Specified by:
doEndTag
in interface IRiaTag
- Specified by:
doEndTag
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
doEndTag
in class AbstractComponentTagSupport
- Returns:
- EVAL_PAGE or SKIP_PAGE.
- Throws:
javax.servlet.jsp.JspException
- See Also:
IRiaTag.doEndTag()
release
public void release()
- Description copied from interface:
IRiaTag
- Release method which must call super.release !
- Specified by:
release
in interface IRiaTag
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class AbstractComponentTagSupport
- See Also:
IRiaTag.release()
getType
public int getType()
setType
public void setType(int type)
getTargetIds
public java.lang.String getTargetIds()
setTargetIds
public void setTargetIds(java.lang.String targetIds)
getCondition
public java.lang.String getCondition()
setCondition
public void setCondition(java.lang.String condition)
getParam
public java.lang.String getParam()
setParam
public void setParam(java.lang.String param)
Copyright © 2010 Ideo Technologies. All Rights Reserved.