org.glassfish.jersey.message.internal
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 (marek.potociar at oracle.com), hubick@java.net
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CacheControlProvider
public CacheControlProvider()
supports
public boolean supports(Class<?> type)
- Description copied from interface:
HeaderDelegateProvider
- Ascertain if the Provider supports a particular type.
- Specified by:
supports in interface HeaderDelegateProvider<CacheControl>
- Parameters:
type - the type that is to be supported.
- Returns:
- true if the type is supported, otherwise false.
toString
public String toString(CacheControl header)
- Specified by:
toString in interface RuntimeDelegate.HeaderDelegate<CacheControl>
fromString
public CacheControl fromString(String header)
- Specified by:
fromString in interface RuntimeDelegate.HeaderDelegate<CacheControl>
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.