|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.websphere.servlet.cache.ConfigElement
Field Summary | |
---|---|
static int |
Cookie
Deprecated. This specifies that the type of component is a cookie object. |
java.lang.String |
dataId
Deprecated. This is the data id that makes this entry invalid when it becomes invalid. |
java.util.HashSet |
exclude
Deprecated. This is a hashset of strings whose keys, if equal to the value of this variable on the request, will exclude this entry from being cached. |
boolean |
excludeAll
Deprecated. This flag indicates that, if this variable is present on the request, the servlet/JSP should not be cached. |
java.lang.String |
id
Deprecated. This is the identifier of the cache entry. |
boolean |
ignoreValue
Deprecated. This flag indicates that, if this variable is present on the request, its value will not be used to generate the cache id. |
java.lang.String |
invalidate
Deprecated. This is the invalidation ID for this entry. |
java.lang.String |
method
Deprecated. This is the method to be called on the command or object. |
static int |
RequestAttribute
Deprecated. This specifies that the type of component is an attribute of the request object. |
static int |
RequestParameter
Deprecated. This specifies that the type of component is a parameter from the request object. |
boolean |
required
Deprecated. This flag indicates whether or not this variable is required to generate the cache ID for this entry. |
static int |
SessionParameter
Deprecated. This specifies that the type of component is an parameter from the HTTPSession object. |
int |
type
Deprecated. This specifies the component type of the variable. |
Constructor Summary | |
---|---|
ConfigElement()
Deprecated. |
Method Summary | |
---|---|
abstract java.lang.String |
getDataId()
Deprecated. This gets the data id variable. |
abstract java.util.HashSet |
getExclude()
Deprecated. This gets the set of strings that, if equal to the value of this variable on the request, will exclude this entry from being cached. |
abstract boolean |
getExcludeAll()
Deprecated. This gets the value of the excludeAll flag. |
abstract java.lang.String |
getId()
Deprecated. This gets the id variable. |
abstract boolean |
getIgnoreValue()
Deprecated. This gets the value of the ignoreValue flag. |
abstract java.lang.String |
getInvalidate()
Deprecated. This gets value of the inavalidate variable. |
abstract java.lang.String |
getMethod()
Deprecated. This gets the value of the method variable. |
abstract boolean |
getRequired()
Deprecated. This gets the value of the required flag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int type
public static final int RequestParameter
public static final int RequestAttribute
public static final int SessionParameter
public static final int Cookie
public java.lang.String id
public java.lang.String method
public java.lang.String dataId
public java.lang.String invalidate
public java.util.HashSet exclude
public boolean required
public boolean excludeAll
public boolean ignoreValue
Constructor Detail |
public ConfigElement()
Method Detail |
public abstract java.lang.String getId()
public abstract java.lang.String getMethod()
public abstract java.lang.String getDataId()
public abstract java.lang.String getInvalidate()
public abstract java.util.HashSet getExclude()
public abstract boolean getExcludeAll()
public abstract boolean getRequired()
public abstract boolean getIgnoreValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |