org.jboss.resteasy.core
public class ExtendedCacheControl extends CacheControl
CacheControl
for some reason.http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.9.1
Constructor and Description |
---|
ExtendedCacheControl() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isPublic() |
void |
setPublic(boolean _public) |
getCacheExtension, getMaxAge, getNoCacheFields, getPrivateFields, getSMaxAge, isMustRevalidate, isNoCache, isNoStore, isNoTransform, isPrivate, isProxyRevalidate, setMaxAge, setMustRevalidate, setNoCache, setNoStore, setNoTransform, setPrivate, setProxyRevalidate, setSMaxAge, toString, valueOf
public boolean isPublic()
public void setPublic(boolean _public)
public int hashCode()
hashCode
in class CacheControl
public boolean equals(Object obj)
equals
in class CacheControl
Copyright © 2017. All Rights Reserved.