|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
javax.servlet.jsp.tagext.BodyTagSupport
nl.imsystems.atag.tags.ATagBase
nl.imsystems.atag.tags.ContainerBase
nl.imsystems.atag.tags.ReferenceBase
nl.imsystems.atag.tags.PanelRefTag
public class PanelRefTag
Tag handler for <a:panelRef/> tag.
<a:panelRef/> is used in order to refer to
a panel definition from within a
or a <a:panel/> tag.
<a:page/>
| 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 |
<a:panel/><a:page/><a:panelRef/> is used to referece a panel
definition from within <a:panel/> or
<a:page/> tags.
<a:param/>
| 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 |
|---|
public PanelRefTag()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||