org.apache.taglibs.rdc.dm
Class SimpleDirectedDialog

java.lang.Object
  extended by org.apache.taglibs.rdc.dm.DialogManagerImpl
      extended by org.apache.taglibs.rdc.dm.SimpleDirectedDialog
All Implemented Interfaces:
DialogManager

public class SimpleDirectedDialog
extends DialogManagerImpl

Concrete implementation of the RDC helper tag group using a directed dialog.

Author:
Rahul Akolkar

Field Summary
 
Fields inherited from class org.apache.taglibs.rdc.dm.DialogManagerImpl
groupState, groupTag, stack, stateMap
 
Constructor Summary
SimpleDirectedDialog()
           
 
Method Summary
 void collect(javax.servlet.jsp.JspContext ctx, javax.servlet.jsp.tagext.JspFragment bodyFragment)
          Collect the required information from the user
 
Methods inherited from class org.apache.taglibs.rdc.dm.DialogManagerImpl
confirm, finish, initialize, setGroupTag, setPropertyChildren, setStateChildren
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleDirectedDialog

public SimpleDirectedDialog()
Method Detail

collect

public void collect(javax.servlet.jsp.JspContext ctx,
                    javax.servlet.jsp.tagext.JspFragment bodyFragment)
             throws javax.servlet.jsp.JspException,
                    java.io.IOException
Collect the required information from the user

Specified by:
collect in interface DialogManager
Specified by:
collect in class DialogManagerImpl
Parameters:
ctx - the JspContext
Throws:
javax.servlet.jsp.JspException
java.io.IOException


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.