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

Packages that use CacheScope
org.jboss.portal.portlet.cache   
org.jboss.portal.portlet.impl.jsr168.api   
 

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

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

Constructors in org.jboss.portal.portlet.cache with parameters of type CacheScope
CacheControl(int expirationSecs, CacheScope cacheScope, java.lang.String validationToken)
           
 

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

Constructors in org.jboss.portal.portlet.impl.jsr168.api with parameters of type CacheScope
CacheControlImpl(int expirationSecs, CacheScope cacheScope)
           
 



Copyright © 2008. All Rights Reserved.