org.apache.geronimo.console.apache.jk
Class BaseApacheHandler
java.lang.Object
org.apache.geronimo.console.MultiPageAbstractHandler
org.apache.geronimo.console.apache.jk.BaseApacheHandler
- Direct Known Subclasses:
- AJPHandler, ConfigHandler, IndexHandler, ResultsHandler, WebAppHandler
public abstract class BaseApacheHandler
- extends MultiPageAbstractHandler
The base class for all handlers for this portlet
Methods inherited from class org.apache.geronimo.console.MultiPageAbstractHandler |
actionAfterView, actionBeforeView, destroy, getMode, getUploadFields, getUploadFiles, getView, init, isEmpty, renderView, waitForProgress |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INDEX_MODE
protected static final String INDEX_MODE
- See Also:
- Constant Field Values
BASIC_CONFIG_MODE
protected static final String BASIC_CONFIG_MODE
- See Also:
- Constant Field Values
AJP_MODE
protected static final String AJP_MODE
- See Also:
- Constant Field Values
WEB_APP_MODE
protected static final String WEB_APP_MODE
- See Also:
- Constant Field Values
RESULTS_MODE
protected static final String RESULTS_MODE
- See Also:
- Constant Field Values
BaseApacheHandler
protected BaseApacheHandler(String mode,
String viewName)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.