public class IfModifiedSinceProcessor extends Object implements JsProcessor
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_VERSIONED_MAXAGE |
| Constructor and Description |
|---|
IfModifiedSinceProcessor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(JsRequest request,
JsResponseBuilder builder)
Populates or modifies the Javascript response.
|
void |
setVersionedMaxAge(Integer maxAge) |
public static final int DEFAULT_VERSIONED_MAXAGE
@Inject(optional=true) public void setVersionedMaxAge(Integer maxAge)
public boolean process(JsRequest request, JsResponseBuilder builder)
JsProcessorprocess in interface JsProcessorrequest - The JS request that originated this execution.builder - The response builder to work on.Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.