|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjavax.servlet.jsp.tagext.SimpleTagSupport
org.apache.taglibs.rdc.core.StackPop
Pop the top of a stack and make it available as a page scoped object.
| Constructor Summary | |
StackPop()
|
|
| Method Summary | |
void |
doTag()
|
void |
setStack(java.util.Stack stack)
Set the stack of rdc datamodels |
void |
setVar(java.lang.String var)
Set the name of exported page scoped variable |
| Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport |
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public StackPop()
| Method Detail |
public void setVar(java.lang.String var)
var - -
name of exported page scoped variablepublic void setStack(java.util.Stack stack)
stack - -
the stack of rdc datamodels
public void doTag()
throws javax.servlet.jsp.JspException,
java.io.IOException
javax.servlet.jsp.JspException
java.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||