Package org.jboss.resteasy.core
Class ExtendedCacheControl
- java.lang.Object
-
- javax.ws.rs.core.CacheControl
-
- org.jboss.resteasy.core.ExtendedCacheControl
-
public class ExtendedCacheControl extends javax.ws.rs.core.CacheControlAdds support for the public directive which is not supported byCacheControlfor some reason.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean_public
-
Constructor Summary
Constructors Constructor Description ExtendedCacheControl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()booleanisPublic()voidsetPublic(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
-
-