Uses of Class
org.jboss.portal.portlet.cache.CacheLevel

Packages that use CacheLevel
org.jboss.portal.portlet   
org.jboss.portal.portlet.cache   
org.jboss.portal.portlet.controller.request   
org.jboss.portal.portlet.impl.jsr168.api   
org.jboss.portal.portlet.invocation   
 

Uses of CacheLevel in org.jboss.portal.portlet
 

Methods in org.jboss.portal.portlet that return CacheLevel
 CacheLevel ResourceURL.getCacheability()
          Returns the resource cacheability.
 

Uses of CacheLevel in org.jboss.portal.portlet.cache
 

Methods in org.jboss.portal.portlet.cache that return CacheLevel
static CacheLevel CacheLevel.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheLevel[] CacheLevel.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of CacheLevel in org.jboss.portal.portlet.controller.request
 

Methods in org.jboss.portal.portlet.controller.request that return CacheLevel
 CacheLevel PortletResourceRequest.getCacheability()
           
abstract  CacheLevel PortletResourceRequest.Scope.getCacheability()
           
 CacheLevel PortletResourceRequest.FullScope.getCacheability()
           
 CacheLevel PortletResourceRequest.PortletScope.getCacheability()
           
 CacheLevel PortletResourceRequest.PageScope.getCacheability()
           
 

Uses of CacheLevel in org.jboss.portal.portlet.impl.jsr168.api
 

Methods in org.jboss.portal.portlet.impl.jsr168.api with parameters of type CacheLevel
static java.lang.String ResourceURLImpl.toJSR168(CacheLevel cacheLevel)
           
 

Uses of CacheLevel in org.jboss.portal.portlet.invocation
 

Methods in org.jboss.portal.portlet.invocation that return CacheLevel
 CacheLevel ResourceInvocation.getCacheLevel()
           
 

Methods in org.jboss.portal.portlet.invocation with parameters of type CacheLevel
 void ResourceInvocation.setCacheLevel(CacheLevel cacheLevel)
           
 



Copyright © 2008. All Rights Reserved.