org.apache.jetspeed.portlets.security.constraints
Class ConstraintsViewController
java.lang.Object
org.springframework.context.support.ApplicationObjectSupport
org.springframework.web.portlet.context.PortletApplicationObjectSupport
org.springframework.web.portlet.handler.PortletContentGenerator
org.springframework.web.portlet.mvc.AbstractController
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
Fields inherited from class org.springframework.context.support.ApplicationObjectSupport |
logger |
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, requiredContextClass, setApplicationContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ROLES_CACHE_SESSION_ATTRIBUTE_NAME
private static final String ROLES_CACHE_SESSION_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
GROUPS_CACHE_SESSION_ATTRIBUTE_NAME
private static final String GROUPS_CACHE_SESSION_ATTRIBUTE_NAME
- See Also:
- Constant Field Values
portletConfig
private javax.portlet.PortletConfig portletConfig
pageManager
protected org.apache.jetspeed.page.PageManager pageManager
rm
protected org.apache.jetspeed.security.RoleManager rm
gm
protected org.apache.jetspeed.security.GroupManager gm
ConstraintsViewController
public ConstraintsViewController()
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
handleRenderRequestInternal
public org.springframework.web.portlet.ModelAndView handleRenderRequestInternal(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws Exception
- Overrides:
handleRenderRequestInternal
in class org.springframework.web.portlet.mvc.AbstractController
- Throws:
Exception
setPortletConfig
public void setPortletConfig(javax.portlet.PortletConfig portletConfig)
- Specified by:
setPortletConfig
in interface org.springframework.web.portlet.context.PortletConfigAware
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.