org.apache.geronimo.console.jmsmanager.wizard
Class ReviewHandler
java.lang.Object
   org.apache.geronimo.console.MultiPageAbstractHandler
org.apache.geronimo.console.MultiPageAbstractHandler
       org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler
org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler
           org.apache.geronimo.console.jmsmanager.wizard.ReviewHandler
org.apache.geronimo.console.jmsmanager.wizard.ReviewHandler
- public class ReviewHandler 
- extends AbstractHandler
HAndles the screen where you review your progress so far
 
 
 
| Fields inherited from class org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler | 
| ADD_DESTINATION_MODE, ADD_FACTORY_MODE, BLOCK_TIME_PARAMETER, CONFIGURE_RA_MODE, CURRENT_DEST_PARAMETER, CURRENT_FACTORY_PARAMETER, DEPENDENCY_PARAMETER, DEPLOY_MODE, DEST_TYPE_PARAMETER, FACTORY_TYPE_PARAMETER, IDLE_TIME_PARAMETER, INSTANCE_NAME_PARAMETER, LIST_MODE, MAX_SIZE_PARAMETER, MIN_SIZE_PARAMETER, NAME_PARAMETER, PROVIDER_PARAMETER, RAR_FILE_PARAMETER, REVIEW_MODE, SELECT_DESTINATION_TYPE_MODE, SELECT_FACTORY_TYPE_MODE, SELECT_PROVIDER_MODE, SHOW_PLAN_MODE, TRANSACTION_PARAMETER, XA_THREAD_PARAMETER, XA_TRANSACTION_PARAMETER | 
 
 
 
| Method Summary | 
|  String | actionAfterView(javax.portlet.ActionRequest request,
                               javax.portlet.ActionResponse response,
                               MultiPageModel model)Returns the mode for the next screen to render (usually the one after this in the sequence)
 | 
|  String | actionBeforeView(javax.portlet.ActionRequest request,
                                 javax.portlet.ActionResponse response,
                                 MultiPageModel model)Returns the mode for the next screen to render (usually this one)
 | 
|  void | renderView(javax.portlet.RenderRequest request,
                     javax.portlet.RenderResponse response,
                     MultiPageModel model)
 | 
 
| Methods inherited from class org.apache.geronimo.console.jmsmanager.wizard.AbstractHandler | 
| save | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ReviewHandler
public ReviewHandler()
actionBeforeView
public String actionBeforeView(javax.portlet.ActionRequest request,
                               javax.portlet.ActionResponse response,
                               MultiPageModel model)
                        throws javax.portlet.PortletException,
                               IOException
- Description copied from class: MultiPageAbstractHandler
- Returns the mode for the next screen to render (usually this one)
 
- 
- Specified by:
- actionBeforeViewin class- MultiPageAbstractHandler
 
- 
- Throws:
- javax.portlet.PortletException
- IOException
 
renderView
public void renderView(javax.portlet.RenderRequest request,
                       javax.portlet.RenderResponse response,
                       MultiPageModel model)
                throws javax.portlet.PortletException,
                       IOException
- 
- Specified by:
- renderViewin class- MultiPageAbstractHandler
 
- 
- Throws:
- javax.portlet.PortletException
- IOException
 
actionAfterView
public String actionAfterView(javax.portlet.ActionRequest request,
                              javax.portlet.ActionResponse response,
                              MultiPageModel model)
                       throws javax.portlet.PortletException,
                              IOException
- Description copied from class: MultiPageAbstractHandler
- Returns the mode for the next screen to render (usually the one after this in the sequence)
 
- 
- Specified by:
- actionAfterViewin class- MultiPageAbstractHandler
 
- 
- Throws:
- javax.portlet.PortletException
- IOException
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.