Package org.gatein.pc.controller.request
Class PortletResourceRequest.PortletScope
- java.lang.Object
-
- org.gatein.pc.controller.request.PortletResourceRequest.Scope
-
- org.gatein.pc.controller.request.PortletResourceRequest.FullScope
-
- org.gatein.pc.controller.request.PortletResourceRequest.PortletScope
-
- Direct Known Subclasses:
PortletResourceRequest.PageScope
- Enclosing class:
- PortletResourceRequest
public static class PortletResourceRequest.PortletScope extends PortletResourceRequest.FullScope
-
-
Constructor Summary
Constructors Constructor Description PortletScope(WindowNavigationalState windowNavigationalState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.gatein.pc.api.cache.CacheLevelgetCacheability()WindowNavigationalStategetWindowNavigationalState()
-
-
-
Constructor Detail
-
PortletScope
public PortletScope(WindowNavigationalState windowNavigationalState)
-
-
Method Detail
-
getWindowNavigationalState
public WindowNavigationalState getWindowNavigationalState()
-
getCacheability
public org.gatein.pc.api.cache.CacheLevel getCacheability()
- Overrides:
getCacheabilityin classPortletResourceRequest.FullScope
-
-