org.apache.jetspeed.portlets.security.rolemgt
Class RoleMgtPortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended byorg.apache.portals.bridges.common.GenericServletPortlet
          extended byorg.apache.portals.bridges.jsf.FacesPortlet
              extended byorg.apache.jetspeed.portlets.security.rolemgt.RoleMgtPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

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

Author:
David Le Strat

Field Summary
private static org.apache.commons.logging.Log log
          The logger.
 
Fields inherited from class org.apache.portals.bridges.jsf.FacesPortlet
ACTION_REQUEST, CUSTOM_REQUEST, EDIT_REQUEST, 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_VIEW_PAGE, REQUEST_SERVLET_PATH, VIEW_REQUEST, VIEW_ROOT
 
Fields inherited from class org.apache.portals.bridges.common.GenericServletPortlet
PARAM_ALLOW_PREFERENCES, PARAM_MAX_PAGE
 
Fields inherited from class javax.portlet.GenericPortlet
 
Constructor Summary
RoleMgtPortlet()
           
 
Method Summary
 void init(javax.portlet.PortletConfig config)
           
protected  void preProcessFaces(javax.faces.context.FacesContext context)
           
 
Methods inherited from class org.apache.portals.bridges.jsf.FacesPortlet
destroy, doCustom, doEdit, doHelp, doView, getFacesContextFactory, getLifecycle, 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

log

private static final org.apache.commons.logging.Log log
The logger.

Constructor Detail

RoleMgtPortlet

public RoleMgtPortlet()
Method Detail

init

public void init(javax.portlet.PortletConfig config)
          throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException
See Also:
Portlet.init(javax.portlet.PortletConfig)

preProcessFaces

protected void preProcessFaces(javax.faces.context.FacesContext context)
See Also:
FacesPortlet.preProcessFaces(javax.faces.context.FacesContext)


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