| java.lang.Object org.apache.geronimo.console.MultiPageAbstractHandler org.apache.geronimo.console.car.BaseImportExportHandler
All known Subclasses: org.apache.geronimo.console.car.ExportHandler, org.apache.geronimo.console.car.ViewPluginDownloadHandler, org.apache.geronimo.console.car.AssemblyConfirmHandler, org.apache.geronimo.console.car.AddRepositoryHandler, org.apache.geronimo.console.car.ResultsHandler, org.apache.geronimo.console.car.ExportConfigHandler, org.apache.geronimo.console.car.DownloadStatusHandler, org.apache.geronimo.console.car.IndexHandler, org.apache.geronimo.console.car.AbstractListHandler, org.apache.geronimo.console.car.UpdateListHandler, org.apache.geronimo.console.car.AssemblyViewHandler,
BaseImportExportHandler | abstract public class BaseImportExportHandler extends MultiPageAbstractHandler (Code) | | The base class for all handlers for this portlet
version: $Rev: 627838 $ $Date: 2008-02-14 10:54:30 -0800 (Thu, 14 Feb 2008) $ |
ADD_REPO_MODE | final protected static String ADD_REPO_MODE(Code) | | |
ASSEMBLY_CONFIRM_MODE | final protected static String ASSEMBLY_CONFIRM_MODE(Code) | | |
ASSEMBLY_VIEW_MODE | final protected static String ASSEMBLY_VIEW_MODE(Code) | | |
CONFIGURE_EXPORT_MODE | final protected static String CONFIGURE_EXPORT_MODE(Code) | | |
CONFIG_LIST_REPO_SESSION_KEY | final protected static String CONFIG_LIST_REPO_SESSION_KEY(Code) | | |
CONFIG_LIST_SESSION_KEY | final protected static String CONFIG_LIST_SESSION_KEY(Code) | | |
CONFIRM_EXPORT_MODE | final protected static String CONFIRM_EXPORT_MODE(Code) | | |
DOWNLOAD_MODE | final protected static String DOWNLOAD_MODE(Code) | | |
DOWNLOAD_RESULTS_SESSION_KEY | final public static String DOWNLOAD_RESULTS_SESSION_KEY(Code) | | |
DOWNLOAD_STATUS_MODE | final protected static String DOWNLOAD_STATUS_MODE(Code) | | |
LIST_SERVER_MODE | final protected static String LIST_SERVER_MODE(Code) | | |
RESULTS_MODE | final protected static String RESULTS_MODE(Code) | | |
SERVER_CONFIG_LIST_SESSION_KEY | final protected static String SERVER_CONFIG_LIST_SESSION_KEY(Code) | | |
UPDATE_REPOS_MODE | final protected static String UPDATE_REPOS_MODE(Code) | | |
VIEW_FOR_DOWNLOAD_MODE | final protected static String VIEW_FOR_DOWNLOAD_MODE(Code) | | |
BaseImportExportHandler | protected BaseImportExportHandler(String mode, String viewName)(Code) | | |
getPluginsFromIds | protected PluginListType getPluginsFromIds(String[] configIds, PluginListType list) throws PortletException(Code) | | |
getRepoPluginList | protected PluginListType getRepoPluginList(PortletRequest request, PluginInstaller pluginInstaller, String repo, String user, String pass) throws IOException, PortletException(Code) | | |
getServerPluginList | protected PluginListType getServerPluginList(PortletRequest request, PluginInstaller pluginInstaller) throws PortletException(Code) | | |
Methods inherited from org.apache.geronimo.console.MultiPageAbstractHandler | abstract public String actionAfterView(ActionRequest request, ActionResponse response, MultiPageModel model) throws PortletException, IOException(Code)(Java Doc) abstract public String actionBeforeView(ActionRequest request, ActionResponse response, MultiPageModel model) throws PortletException, IOException(Code)(Java Doc) public void destroy()(Code)(Java Doc) public String getMode()(Code)(Java Doc) public Properties getUploadFields()(Code)(Java Doc) public Map<String, FileItem> getUploadFiles()(Code)(Java Doc) public PortletRequestDispatcher getView()(Code)(Java Doc) public void init(PortletConfig portletConfig) throws PortletException(Code)(Java Doc) protected static boolean isEmpty(String s)(Code)(Java Doc) abstract public void renderView(RenderRequest request, RenderResponse response, MultiPageModel model) throws PortletException, IOException(Code)(Java Doc)
|
|
|