|
||||||||||
| 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.StackPush
public class StackPush
Push an object on to the stack.
| Constructor Summary | |
|---|---|
StackPush()
|
|
| Method Summary | |
|---|---|
void |
doTag()
|
void |
setElement(java.lang.Object element)
Sets the object to be pushed on to the stack |
void |
setStack(java.util.Stack stack)
Set the stack of rdc datamodels |
| 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 StackPush()
| Method Detail |
|---|
public void setStack(java.util.Stack stack)
stack - -
the stack of rdc datamodelspublic void setElement(java.lang.Object element)
element - -
rdc datamodel to be pushed on to the stack
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 | |||||||||