org.apache.geronimo.console.securitymanager
Class SEGroupsPortlet

java.lang.Object
  extended byjavax.portlet.GenericPortlet
      extended byorg.apache.geronimo.console.BasePortlet
          extended byorg.apache.geronimo.console.securitymanager.AbstractSecurityManagerPortlet
              extended byorg.apache.geronimo.console.securitymanager.SEGroupsPortlet
All Implemented Interfaces:
javax.portlet.Portlet, javax.portlet.PortletConfig

public class SEGroupsPortlet
extends AbstractSecurityManagerPortlet


Field Summary
 
Fields inherited from class org.apache.geronimo.console.securitymanager.AbstractSecurityManagerPortlet
addMaximizedView, addNormalView, errorView, helpView, maximizedView, normalView
 
Fields inherited from class org.apache.geronimo.console.BasePortlet
WEB_SERVER_GENERIC, WEB_SERVER_JETTY, WEB_SERVER_TOMCAT
 
Constructor Summary
SEGroupsPortlet()
           
 
Method Summary
protected  void doView(javax.portlet.RenderRequest renderRequest, javax.portlet.RenderResponse renderResponse)
           
 void init(javax.portlet.PortletConfig portletConfig)
           
 void processAction(javax.portlet.ActionRequest actionRequest, javax.portlet.ActionResponse actionResponse)
           
 
Methods inherited from class org.apache.geronimo.console.securitymanager.AbstractSecurityManagerPortlet
doEdit, doHelp
 
Methods inherited from class org.apache.geronimo.console.BasePortlet
callOperation, getProperty, getWebServerType, setProperty
 
Methods inherited from class javax.portlet.GenericPortlet
destroy, 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
 

Constructor Detail

SEGroupsPortlet

public SEGroupsPortlet()
Method Detail

doView

protected void doView(javax.portlet.RenderRequest renderRequest,
                      javax.portlet.RenderResponse renderResponse)
               throws javax.portlet.PortletException,
                      IOException
Throws:
javax.portlet.PortletException
IOException

init

public void init(javax.portlet.PortletConfig portletConfig)
          throws javax.portlet.PortletException
Throws:
javax.portlet.PortletException

processAction

public void processAction(javax.portlet.ActionRequest actionRequest,
                          javax.portlet.ActionResponse actionResponse)
                   throws javax.portlet.PortletException,
                          IOException
Throws:
javax.portlet.PortletException
IOException


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