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

A dialog management strategy for the RDC group container which implements a simple directed dialog (document order).

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
bodyFragment - The JspFragment indicating the body of this group
Throws:
javax.servlet.jsp.JspException
java.io.IOException


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.