|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DialogManager
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 |
---|
void setGroupTag(GroupTag groupTag)
groupTag
- the group tag whose dialog is to be managedboolean 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
void collect(javax.servlet.jsp.JspContext ctx, javax.servlet.jsp.tagext.JspFragment bodyFrag) throws javax.servlet.jsp.JspException, java.io.IOException
ctx
- the JspContextbodyFragment
- the JspFragment indicating the body of this group
javax.servlet.jsp.JspException
java.io.IOException
void confirm() throws javax.servlet.jsp.JspException, java.io.IOException
javax.servlet.jsp.JspException
java.io.IOException
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 |