org.apache.geronimo.console.car
Class AbstractListHandler

java.lang.Object
  extended by org.apache.geronimo.console.MultiPageAbstractHandler
      extended by org.apache.geronimo.console.car.BaseImportExportHandler
          extended by org.apache.geronimo.console.car.AbstractListHandler
Direct Known Subclasses:
AssemblyListHandler, ListHandler

public abstract class AbstractListHandler
extends BaseImportExportHandler


Field Summary
 
Fields inherited from class org.apache.geronimo.console.car.BaseImportExportHandler
ADD_REPO_MODE, ASSEMBLY_CONFIRM_MODE, ASSEMBLY_VIEW_MODE, CONFIG_LIST_REPO_SESSION_KEY, CONFIG_LIST_SESSION_KEY, CONFIGURE_EXPORT_MODE, CONFIRM_EXPORT_MODE, DOWNLOAD_MODE, DOWNLOAD_RESULTS_SESSION_KEY, DOWNLOAD_STATUS_MODE, INDEX_MODE, LIST_MODE, LIST_SERVER_MODE, RESULTS_MODE, SERVER_CONFIG_LIST_SESSION_KEY, UPDATE_REPOS_MODE, VIEW_FOR_DOWNLOAD_MODE
 
Fields inherited from class org.apache.geronimo.console.MultiPageAbstractHandler
AFTER_ACTION, BEFORE_ACTION, view
 
Constructor Summary
AbstractListHandler(String mode, String viewName)
           
 
Method Summary
protected  void listPlugins(javax.portlet.RenderRequest request, PluginInstaller pluginInstaller, PluginListType data, boolean validate)
           
 
Methods inherited from class org.apache.geronimo.console.car.BaseImportExportHandler
getPluginsFromIds, getRepoPluginList, getServerPluginList
 
Methods inherited from class org.apache.geronimo.console.MultiPageAbstractHandler
actionAfterView, actionBeforeView, destroy, getMode, getUploadFields, getUploadFiles, getView, init, isEmpty, renderView
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractListHandler

public AbstractListHandler(String mode,
                           String viewName)
Method Detail

listPlugins

protected void listPlugins(javax.portlet.RenderRequest request,
                           PluginInstaller pluginInstaller,
                           PluginListType data,
                           boolean validate)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.