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)
Compares object argument to this cache control to see if they are the same
considering all property values.
|
int |
hashCode()
Generate hash code from cache control properties.
|
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()
CacheControl
hashCode
in class CacheControl
public boolean equals(Object obj)
CacheControl
equals
in class CacheControl
obj
- the object to compare toCopyright © 2017 JBoss by Red Hat. All rights reserved.