org.apache.jetspeed.portlets.security.constraints
Class ConstraintsViewController

java.lang.Object
  extended by org.springframework.context.support.ApplicationObjectSupport
      extended by org.springframework.web.portlet.context.PortletApplicationObjectSupport
          extended by org.springframework.web.portlet.handler.PortletContentGenerator
              extended by org.springframework.web.portlet.mvc.AbstractController
                  extended by org.apache.jetspeed.portlets.security.constraints.ConstraintsViewController
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.web.portlet.context.PortletConfigAware, org.springframework.web.portlet.context.PortletContextAware, org.springframework.web.portlet.mvc.Controller

public class ConstraintsViewController
extends org.springframework.web.portlet.mvc.AbstractController
implements org.springframework.beans.factory.InitializingBean, org.springframework.web.portlet.context.PortletConfigAware


Field Summary
protected  GroupManager gm
           
protected  PageManager pageManager
           
protected  RoleManager rm
           
 
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport
logger
 
Constructor Summary
ConstraintsViewController()
           
 
Method Summary
 void afterPropertiesSet()
           
 org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request, javax.portlet.RenderResponse response)
           
 void setPortletConfig(javax.portlet.PortletConfig portletConfig)
           
 
Methods inherited from class org.springframework.web.portlet.mvc.AbstractController
handleActionRequest, handleActionRequestInternal, handleRenderRequest, isRenderWhenMinimized, isSynchronizeOnSession, setRenderWhenMinimized, setSynchronizeOnSession
 
Methods inherited from class org.springframework.web.portlet.handler.PortletContentGenerator
applyCacheSeconds, cacheForSeconds, check, checkAndPrepare, checkAndPrepare, getCacheSeconds, isRequireSession, preventCaching, setCacheSeconds, setRequireSession
 
Methods inherited from class org.springframework.web.portlet.context.PortletApplicationObjectSupport
getPortletContext, getTempDir, isContextRequired, setPortletContext
 
Methods inherited from class org.springframework.context.support.ApplicationObjectSupport
getApplicationContext, getMessageSourceAccessor, initApplicationContext, initApplicationContext, requiredContextClass, setApplicationContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pageManager

protected PageManager pageManager

rm

protected RoleManager rm

gm

protected GroupManager gm
Constructor Detail

ConstraintsViewController

public ConstraintsViewController()
Method Detail

afterPropertiesSet

public void afterPropertiesSet()
                        throws java.lang.Exception
Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
java.lang.Exception

handleRenderRequestInternal

public org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request,
                                                                                javax.portlet.RenderResponse response)
                                                                         throws java.lang.Exception
Overrides:
handleRenderRequestInternal in class org.springframework.web.portlet.mvc.AbstractController
Throws:
java.lang.Exception

setPortletConfig

public void setPortletConfig(javax.portlet.PortletConfig portletConfig)
Specified by:
setPortletConfig in interface org.springframework.web.portlet.context.PortletConfigAware


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