org.apache.geronimo.console.car
Class ViewPluginDownloadHandler
java.lang.Object
   org.apache.geronimo.console.MultiPageAbstractHandler
org.apache.geronimo.console.MultiPageAbstractHandler
       org.apache.geronimo.console.car.BaseImportExportHandler
org.apache.geronimo.console.car.BaseImportExportHandler
           org.apache.geronimo.console.car.ViewPluginDownloadHandler
org.apache.geronimo.console.car.ViewPluginDownloadHandler
- public class ViewPluginDownloadHandler 
- extends BaseImportExportHandler
Handler for the screen that shows you plugin details before you go on and
 install it.
 
| Fields inherited from class org.apache.geronimo.console.car.BaseImportExportHandler | 
| ADD_REPO_MODE, CONFIG_LIST_SESSION_KEY, CONFIGURE_EXPORT_MODE, CONFIRM_EXPORT_MODE, DOWNLOAD_MODE, DOWNLOAD_RESULTS_SESSION_KEY, DOWNLOAD_STATUS_MODE, INDEX_MODE, LIST_MODE, RESULTS_MODE, UPDATE_REPOS_MODE, VIEW_FOR_DOWNLOAD_MODE | 
 
 
 
| 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 java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ViewPluginDownloadHandler
public ViewPluginDownloadHandler()
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.