org.apache.geronimo.console.configmanager
Class ConfigManagerPortlet
java.lang.Object
javax.portlet.GenericPortlet
org.apache.geronimo.console.BasePortlet
org.apache.geronimo.console.configmanager.ConfigManagerPortlet
- All Implemented Interfaces:
- javax.portlet.Portlet, javax.portlet.PortletConfig
public class ConfigManagerPortlet
- extends BasePortlet
Method Summary |
void |
destroy()
|
protected void |
doHelp(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
|
protected void |
doView(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
|
void |
init(javax.portlet.PortletConfig portletConfig)
|
static boolean |
isWebApp(Kernel kernel,
String configName)
|
static List |
loadChildren(Kernel kernel,
String configName)
|
void |
printResults(Set lcresult,
String action)
|
void |
processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
|
Methods inherited from class javax.portlet.GenericPortlet |
doDispatch, doEdit, getInitParameter, getInitParameterNames, getPortletConfig, getPortletContext, getPortletName, getResourceBundle, getTitle, init, render |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigManagerPortlet
public ConfigManagerPortlet()
loadChildren
public static List loadChildren(Kernel kernel,
String configName)
isWebApp
public static boolean isWebApp(Kernel kernel,
String configName)
printResults
public void printResults(Set lcresult,
String action)
processAction
public void processAction(javax.portlet.ActionRequest actionRequest,
javax.portlet.ActionResponse actionResponse)
throws javax.portlet.PortletException,
IOException
- Specified by:
processAction
in interface javax.portlet.Portlet
- Overrides:
processAction
in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
IOException
doView
protected void doView(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws IOException,
javax.portlet.PortletException
- Overrides:
doView
in class javax.portlet.GenericPortlet
- Throws:
IOException
javax.portlet.PortletException
doHelp
protected void doHelp(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
throws javax.portlet.PortletException,
IOException
- Overrides:
doHelp
in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
IOException
init
public void init(javax.portlet.PortletConfig portletConfig)
throws javax.portlet.PortletException
- Specified by:
init
in interface javax.portlet.Portlet
- Overrides:
init
in class javax.portlet.GenericPortlet
- Throws:
javax.portlet.PortletException
destroy
public void destroy()
- Specified by:
destroy
in interface javax.portlet.Portlet
- Overrides:
destroy
in class javax.portlet.GenericPortlet
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.