Class CacheControlProvider
java.lang.Object
org.glassfish.jersey.message.internal.CacheControlProvider
- All Implemented Interfaces:
RuntimeDelegate.HeaderDelegate<CacheControl>
,HeaderDelegateProvider<CacheControl>
@Singleton
public final class CacheControlProvider
extends Object
implements HeaderDelegateProvider<CacheControl>
Cache-Control
header delegate provider
.- Author:
- Paul Sandoz, Marek Potociar, hubick@java.net
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfromString
(String header) boolean
Ascertain if the Provider supports a particular type.toString
(CacheControl header)
-
Constructor Details
-
CacheControlProvider
public CacheControlProvider()
-
-
Method Details
-
supports
Description copied from interface:HeaderDelegateProvider
Ascertain if the Provider supports a particular type.- Specified by:
supports
in interfaceHeaderDelegateProvider<CacheControl>
- Parameters:
type
- the type that is to be supported.- Returns:
- true if the type is supported, otherwise false.
-
toString
- Specified by:
toString
in interfaceRuntimeDelegate.HeaderDelegate<CacheControl>
-
fromString
- Specified by:
fromString
in interfaceRuntimeDelegate.HeaderDelegate<CacheControl>
-