org.apache.jetspeed.portlets.profiler
Class ProfilerAdminPortlet

java.lang.Object
  extended by javax.portlet.GenericPortlet
      extended by org.apache.portals.bridges.common.GenericServletPortlet
          extended by org.apache.portals.bridges.jsf.FacesPortlet
              extended by org.apache.jetspeed.portlets.profiler.ProfilerAdminPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class ProfilerAdminPortlet
extends org.apache.portals.bridges.jsf.FacesPortlet

This portlet is a browser over all folders and documents in the system.

Version:
$Id: ProfilerAdminPortlet.java 348264 2005-11-22 22:06:45Z taylor $
Author:
Jeremy Ford, David Sean Taylor

Field Summary
(package private)  org.apache.jetspeed.profiler.Profiler profiler
           
 
Fields inherited from class org.apache.portals.bridges.jsf.FacesPortlet
ACTION_REQUEST, CUSTOM_REQUEST, EDIT_REQUEST, FACES_MESSAGES, HELP_REQUEST, JSF_CUSTOM_ID, JSF_EDIT_ID, JSF_HELP_ID, JSF_VIEW_ID, PARAM_ACTION_PAGE, PARAM_CUSTOM_PAGE, PARAM_EDIT_PAGE, PARAM_HELP_PAGE, PARAM_UNIQUE_IDS, PARAM_VIEW_PAGE, REQUEST_SERVLET_PATH, REQUEST_TYPE, VIEW_REQUEST, VIEW_ROOT
 
Fields inherited from class org.apache.portals.bridges.common.GenericServletPortlet
PARAM_ALLOW_PREFERENCES, PARAM_MAX_PAGE
 
Constructor Summary
ProfilerAdminPortlet()
           
 
Method Summary
 void init(javax.portlet.PortletConfig config)
           
 
Methods inherited from class org.apache.portals.bridges.jsf.FacesPortlet
cleanUpAfterPortal, destroy, doCustom, doEdit, doHelp, doView, getFacesContextFactory, getLifecycle, preProcessFaces, processAction
 
Methods inherited from class org.apache.portals.bridges.common.GenericServletPortlet
getDefaultActionPage, getDefaultCustomPage, getDefaultEditPage, getDefaultHelpPage, getDefaultViewPage, processPreferencesAction, setDefaultActionPage, setDefaultCustomPage, setDefaultEditPage, setDefaultHelpPage, setDefaultViewPage
 
Methods inherited from class javax.portlet.GenericPortlet
doDispatch, 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
 

Field Detail

profiler

org.apache.jetspeed.profiler.Profiler profiler
Constructor Detail

ProfilerAdminPortlet

public ProfilerAdminPortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig config)
          throws javax.portlet.PortletException
Specified by:
init in interface javax.portlet.Portlet
Overrides:
init in class org.apache.portals.bridges.jsf.FacesPortlet
Throws:
javax.portlet.PortletException


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.