|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.SimpleTagSupport
|
+--org.apache.taglibs.rdc.core.StackPeek
Peek into the top of a stack and make it available as a page scoped object.
| Constructor Summary | |
|---|---|
StackPeek()
|
|
| 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 StackPeek()
| 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
doTag in interface javax.servlet.jsp.tagext.SimpleTagdoTag in class javax.servlet.jsp.tagext.SimpleTagSupportjavax.servlet.jsp.JspException
java.io.IOException
|
||||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||