org.apache.geronimo.console.apache.jk
Class ConfigHandler

java.lang.Object
  extended byorg.apache.geronimo.console.MultiPageAbstractHandler
      extended byorg.apache.geronimo.console.apache.jk.BaseApacheHandler
          extended byorg.apache.geronimo.console.apache.jk.ConfigHandler

public class ConfigHandler
extends BaseApacheHandler

Handler for the basic configuration screen

Version:
$Rev: 409817 $ $Date: 2006-05-27 09:56:38 +0200 (Sat, 27 May 2006) $

Nested Class Summary
 
Nested classes inherited from class org.apache.geronimo.console.apache.jk.BaseApacheHandler
BaseApacheHandler.ApacheModel, BaseApacheHandler.WebAppData
 
Field Summary
 
Fields inherited from class org.apache.geronimo.console.apache.jk.BaseApacheHandler
AJP_MODE, BASIC_CONFIG_MODE, INDEX_MODE, RESULTS_MODE, WEB_APP_MODE
 
Fields inherited from class org.apache.geronimo.console.MultiPageAbstractHandler
AFTER_ACTION, BEFORE_ACTION, view
 
Constructor Summary
ConfigHandler()
           
 
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 mpm)
          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.MultiPageAbstractHandler
destroy, getMode, getUploadFields, getUploadFiles, getView, init, isEmpty, waitForProgress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigHandler

public ConfigHandler()
Method Detail

actionBeforeView

public String actionBeforeView(javax.portlet.ActionRequest request,
                               javax.portlet.ActionResponse response,
                               MultiPageModel mpm)
                        throws javax.portlet.PortletException,
                               IOException
Description copied from class: MultiPageAbstractHandler
Returns the mode for the next screen to render (usually this one)

Specified by:
actionBeforeView in 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:
renderView in 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:
actionAfterView in class MultiPageAbstractHandler
Throws:
javax.portlet.PortletException
IOException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.