|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface for implementing pluggable dialog management strategies for the RDC group helper tag.
Method Summary | |
void |
collect(javax.servlet.jsp.JspContext ctx,
javax.servlet.jsp.tagext.JspFragment bodyFrag)
Collect input from the user |
void |
confirm()
Get user to confirm the input |
void |
finish(javax.servlet.jsp.JspContext ctx)
Cleanup for this invocation of the doTag() |
boolean |
initialize(javax.servlet.jsp.JspContext ctx,
javax.servlet.jsp.tagext.JspFragment bodyFrag)
Initialization for this invocation of the doTag() |
void |
setGroupTag(GroupTag groupTag)
Set the GroupTag instance whose dialog is to be managed |
Method Detail |
public void setGroupTag(GroupTag groupTag)
groupTag
- the group tag whose dialog is to be managedpublic boolean initialize(javax.servlet.jsp.JspContext ctx, javax.servlet.jsp.tagext.JspFragment bodyFrag) throws javax.servlet.jsp.JspException, java.io.IOException
ctx
- the JspContext
javax.servlet.jsp.JspException
java.io.IOException
public void collect(javax.servlet.jsp.JspContext ctx, javax.servlet.jsp.tagext.JspFragment bodyFrag) throws javax.servlet.jsp.JspException, java.io.IOException
ctx
- the JspContext
javax.servlet.jsp.JspException
java.io.IOException
public void confirm() throws javax.servlet.jsp.JspException, java.io.IOException
javax.servlet.jsp.JspException
java.io.IOException
public void finish(javax.servlet.jsp.JspContext ctx) throws javax.servlet.jsp.JspException, java.io.IOException
ctx
- the JspContext
javax.servlet.jsp.JspException
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |