nl.imsystems.atag.tags
Class ReferenceBase
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
nl.imsystems.atag.tags.ATagBase
nl.imsystems.atag.tags.ContainerBase
nl.imsystems.atag.tags.ReferenceBase
- All Implemented Interfaces:
- Serializable, BodyTag, IterationTag, JspTag, Tag
- Direct Known Subclasses:
- ComponentRefTag, PanelRefTag
public class ReferenceBase
- extends ContainerBase
Tag handler for <a:action/>
tag.
- Author:
- kayvan
- See Also:
- Serialized Form
Methods inherited from class nl.imsystems.atag.tags.ContainerBase |
addAction, addDependent, addParam, addReference, compileActions, getActions, getActions, getContollerUrl, getDependentsList, getParams, getParamsCSV, getViewUrl, isParentDependent, setControllerUrl, setViewUrl |
Methods inherited from class nl.imsystems.atag.tags.ATagBase |
getAlias, getATagContext, getContextPath, getNamingContext, getParentTag, getRefererId, getRequest, getResponse, getTagId, popContext, pushContext, resolveRelativeName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReferenceBase
protected ReferenceBase(String type)
getRender
public String getRender()
setRender
public void setRender(String render)
getRefresh
public String getRefresh()
setRefresh
public void setRefresh(String refresh)
getBind
public String getBind()
setBind
public void setBind(String bind)
getDependents
public String getDependents()
getType
public String getType()
setDependents
public void setDependents(String dependents)
- Description copied from class:
ContainerBase
- Sets the dependent given a comma separated list of
relative or absolute ids.
- Overrides:
setDependents
in class ContainerBase
- Parameters:
dependents
- The comma separated list of dependents.
getCssClass
public String getCssClass()
setCssClass
public void setCssClass(String cssClass)
getStyle
public String getStyle()
setStyle
public void setStyle(String style)
getText
public String getText()
setText
public void setText(String text)
getParamName
public String getParamName()
setParamName
public void setParamName(String paramName)
doStartTag
public int doStartTag()
throws JspException
- Description copied from class:
ContainerBase
- Default implementation that returns EVAL_BODY_BUFFERED.
- Specified by:
doStartTag
in interface Tag
- Overrides:
doStartTag
in class ContainerBase
- Throws:
JspException
doEndTag
public int doEndTag()
throws JspException
- Specified by:
doEndTag
in interface Tag
- Overrides:
doEndTag
in class BodyTagSupport
- Throws:
JspException
release
public void release()
- Description copied from class:
ContainerBase
- Resets the Tag handler.
- Specified by:
release
in interface Tag
- Overrides:
release
in class ContainerBase