|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.ws.rs.core.CacheControl
org.jboss.resteasy.core.ExtendedCacheControl
public class ExtendedCacheControl
Adds support for the public directive which is not supported by CacheControl
for some reason.
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1
Constructor Summary | |
---|---|
ExtendedCacheControl()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
int |
hashCode()
|
boolean |
isPublic()
|
void |
setPublic(boolean _public)
|
Methods inherited from class javax.ws.rs.core.CacheControl |
---|
getCacheExtension, getMaxAge, getNoCacheFields, getPrivateFields, getSMaxAge, isMustRevalidate, isNoCache, isNoStore, isNoTransform, isPrivate, isProxyRevalidate, setMaxAge, setMustRevalidate, setNoCache, setNoStore, setNoTransform, setPrivate, setProxyRevalidate, setSMaxAge, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExtendedCacheControl()
Method Detail |
---|
public boolean isPublic()
public void setPublic(boolean _public)
public int hashCode()
hashCode
in class javax.ws.rs.core.CacheControl
public boolean equals(Object obj)
equals
in class javax.ws.rs.core.CacheControl
|
RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |