nl.imsystems.atag.tags
Class PanelRefTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagSupport
      extended by javax.servlet.jsp.tagext.BodyTagSupport
          extended by nl.imsystems.atag.tags.ATagBase
              extended by nl.imsystems.atag.tags.ContainerBase
                  extended by nl.imsystems.atag.tags.ReferenceBase
                      extended by nl.imsystems.atag.tags.PanelRefTag
All Implemented Interfaces:
Serializable, BodyTag, IterationTag, JspTag, Tag

public class PanelRefTag
extends ReferenceBase

Tag handler for <a:panelRef/> tag.

<a:panelRef/> is used in order to refer to a panel definition from within a <a:panel/> or a <a:page/> tag.

Attributes

Name Required Default Description
id Yes   Unique (to jsp page) id for this reference
viewUrl Yes   Location of the jsp page containing the panel definition referenced by this reference
bind No   Path to the object that will be made available via the value variable during the scope of the target panel definition. This attribute is also exposed as a String via the variable bindPath
render No true Set false in order to prevent the target panel from being rendered.
cssClass No   Pass through to html
style No   Pass through to html

Supported By

<a:panel/>
<a:page/>
<a:panelRef/> is used to referece a panel definition from within <a:panel/> or <a:page/> tags.

Supports

<a:param/>
Params are used to pass custom values into the target panel definition.

Author:
kayvan

See Also:
Serialized Form

Field Summary
 
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
PanelRefTag()
           
 
Method Summary
 
Methods inherited from class nl.imsystems.atag.tags.ReferenceBase
doEndTag, doStartTag, getBind, getCssClass, getDependents, getParamName, getRefresh, getRender, getStyle, getText, getType, release, setBind, setCssClass, setDependents, setParamName, setRefresh, setRender, setStyle, setText
 
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 javax.servlet.jsp.tagext.BodyTagSupport
doAfterBody, doInitBody, getBodyContent, getPreviousOut, setBodyContent
 
Methods inherited from class javax.servlet.jsp.tagext.TagSupport
findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, 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
 

Constructor Detail

PanelRefTag

public PanelRefTag()