This type is a class for model objects.
* No description is available *
Package: webappextAttributes Summary | |
type : CacheVariableKind |
Only one option may be chosen. Type can either be "Request Parameter", "Request Attribute", or "Session Parameter". User data from an HTML form would be a Request Parameter, while a |
id : EString |
The name of the variable. Equivalent to the "id" attribute in a |
method : EString | String, only available if Type is "Request Attribute" or "Session Parameter". Defaults to toString. Request Attributes and Session Parameters are actually Java objects, so a method must be called on that object to retrieve data for the cache to use. Only used if the type is REQUEST_ATTRIBUTE or SESSION_PARAMETER. |
required : EBoolean | hether this variables presence in the request/session is required to cache an invocation of this servlet. |
dataId : EString | The data id string combines with the value of this variable to form a group id; thus, cache entries that have the same value for this variable will all be part of the same group. This group can then be invalidated all at once. |
invalidate : EString | Works just like data ids, except all members of the group generated will be removed from the cache. |
Attribute Details |