|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.ObjectAbstractKeyGenerator
DefaultKeyGenerator
WebContentKeyGenerator
class WebContentKeyGenerator extends DefaultKeyGenerator
Property Summary | |
---|---|
static java.lang.String |
X_REQUESTED_WITH
|
boolean |
ajax
|
boolean |
contentType
|
boolean |
requestMethod
|
Constructor Summary | |
WebContentKeyGenerator()
|
Method Summary | |
---|---|
protected void
|
generateKeyInternal(CacheKeyBuilder builder, ContentCacheParameters context)
|
void
|
handleAjax(CacheKeyBuilder builder, ContentCacheParameters context)
|
void
|
handleContentType(CacheKeyBuilder builder, ContentCacheParameters context)
|
void
|
handleRequestMethod(CacheKeyBuilder builder, ContentCacheParameters context)
|
Methods inherited from class DefaultKeyGenerator | |
---|---|
generateKeyInternal |
Methods inherited from class AbstractKeyGenerator | |
---|---|
generateKey, generateKeyInternal |
Property Detail |
---|
static final java.lang.String X_REQUESTED_WITH
boolean ajax
boolean contentType
boolean requestMethod
Constructor Detail |
---|
WebContentKeyGenerator()
Method Detail |
---|
@Override protected void generateKeyInternal(CacheKeyBuilder builder, ContentCacheParameters context)
void handleAjax(CacheKeyBuilder builder, ContentCacheParameters context)
void handleContentType(CacheKeyBuilder builder, ContentCacheParameters context)
void handleRequestMethod(CacheKeyBuilder builder, ContentCacheParameters context)
Groovy Documentation