I - Input POJO class.O - Output POJO class.public abstract class SafeAction<I,O> extends HttpAction<I,Cacheable<O>>
#getCachingInfo(java.lang.Object): That returns caching
information for this request.RpcAction.execute(java.lang.Object): Depending on the client request
being conditional, and on the value returned by the previous method, this
method is or is not executed.
UnsafeAction| Constructor and Description |
|---|
SafeAction() |
| Modifier and Type | Method and Description |
|---|---|
protected Long |
getLastModified(I input) |
Type |
getOutputType() |
boolean |
isIdempotent()
Action idempotence
(http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html#sec9.1.2)
|
execute, getInputTypepublic final boolean isIdempotent()
HttpActionisIdempotent in class HttpAction<I,Cacheable<O>>Copyright © 2010–2016. All rights reserved.