org.apache.geronimo.console.classloaderview
Class ClassLoaderViewPortlet
java.lang.Object
   javax.portlet.GenericPortlet
javax.portlet.GenericPortlet
       org.apache.geronimo.console.BasePortlet
org.apache.geronimo.console.BasePortlet
           org.apache.geronimo.console.classloaderview.ClassLoaderViewPortlet
org.apache.geronimo.console.classloaderview.ClassLoaderViewPortlet
- All Implemented Interfaces: 
- javax.portlet.Portlet, javax.portlet.PortletConfig
- public class ClassLoaderViewPortlet 
- extends BasePortlet
 
 
 
 
 
| 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 | 
 
ClassLoaderViewPortlet
public ClassLoaderViewPortlet()
processAction
public void processAction(javax.portlet.ActionRequest actionRequest,
                          javax.portlet.ActionResponse actionResponse)
                   throws javax.portlet.PortletException,
                          IOException
- 
- Specified by:
- processActionin interface- javax.portlet.Portlet
- Overrides:
- processActionin 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:
- doViewin 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:
- doHelpin class- javax.portlet.GenericPortlet
 
- 
- Throws:
- javax.portlet.PortletException
- IOException
 
init
public void init(javax.portlet.PortletConfig portletConfig)
          throws javax.portlet.PortletException
- 
- Specified by:
- initin interface- javax.portlet.Portlet
- Overrides:
- initin class- javax.portlet.GenericPortlet
 
- 
- Throws:
- javax.portlet.PortletException
 
destroy
public void destroy()
- 
- Specified by:
- destroyin interface- javax.portlet.Portlet
- Overrides:
- destroyin class- javax.portlet.GenericPortlet
 
- 
 
getJSONTrees
public String getJSONTrees(boolean inverse)
- 
 
getTrees
public ArrayList getTrees(boolean inverse)
- 
 
inverseTree
public StringTree inverseTree(ClassLoader classloader,
                              ArrayList parentNodes)
- 
 
updateTree
public StringTree updateTree(ClassLoader classloader,
                             ArrayList parentNodes)
- 
 
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.