Uses of Class
com.sapportals.portal.prt.component.CachingLevel

Packages that use CachingLevel
com.sapportals.portal.prt.component   
 

Uses of CachingLevel in com.sapportals.portal.prt.component
 

Fields in com.sapportals.portal.prt.component declared as CachingLevel
static CachingLevel CachingLevel.COMPONENT
          Deprecated.  
static CachingLevel CachingLevel.CONTEXT
          Deprecated.  
static CachingLevel CachingLevel.USER
          Means that the cache is proper to the user
static CachingLevel CachingLevel.SHARED
          Means that the cache is shared by all the users
static CachingLevel CachingLevel.SESSION
          Using the CachingLevel.SESSION will associate the cached content with the servlet session.
static CachingLevel CachingLevel.NONE
          The CachingLevel.NONE will not cache the content of the Component.
 

Methods in com.sapportals.portal.prt.component that return CachingLevel
 CachingLevel AbstractPortalComponent.getCachingLevel(IPortalComponentRequest request)
          Method defined in ICachablePortalComponent.
 CachingLevel ICachablePortalComponent.getCachingLevel(IPortalComponentRequest request)
          Gets the caching level.
static CachingLevel CachingLevel.parse(java.lang.String name)
          parse a caching level string into a caching level The argument string consist of a level name