|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.sapportals.portal.prt.component.CachingLevel
Represents the level of caching needed by a PortalComponent. 3 levels are provided.
Copyright (c) SAP Portals Europe
GmbH 2001, Serialized Form| Field Summary | |
static CachingLevel |
COMPONENT
Deprecated. |
static CachingLevel |
CONTEXT
Deprecated. |
static CachingLevel |
NONE
The CachingLevel.NONE will not cache the content of the Component. |
static CachingLevel |
SESSION
Using the CachingLevel.SESSION will associate the cached content with the servlet session. |
static CachingLevel |
SHARED
Means that the cache is shared by all the users |
static CachingLevel |
USER
Means that the cache is proper to the user |
| Constructor Summary | |
CachingLevel(java.lang.String string)
|
|
| Method Summary | |
static CachingLevel |
parse(java.lang.String name)
parse a caching level string into a caching level The argument string consist of a level name |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final CachingLevel COMPONENT
public static final CachingLevel CONTEXT
public static final CachingLevel USER
public static final CachingLevel SHARED
public static final CachingLevel SESSION
public static final CachingLevel NONE
| Constructor Detail |
public CachingLevel(java.lang.String string)
string - | Method Detail |
public static CachingLevel parse(java.lang.String name)
name - string to be parsedpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||