com.sun.jersey.core.impl.provider.header
Class CacheControlProvider

java.lang.Object
  extended by com.sun.jersey.core.impl.provider.header.CacheControlProvider
All Implemented Interfaces:
HeaderDelegateProvider<CacheControl>, RuntimeDelegate.HeaderDelegate<CacheControl>

public final class CacheControlProvider
extends Object
implements HeaderDelegateProvider<CacheControl>

Author:
Paul.Sandoz@Sun.Com, hubick@dev.java.net

Constructor Summary
CacheControlProvider()
           
 
Method Summary
 CacheControl fromString(String header)
          Parse the supplied value and create an instance of T.
 boolean supports(Class<?> type)
          Ascertain if the Provider supports a particular type.
 String toString(CacheControl header)
          Convert the supplied value to a String.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheControlProvider

public CacheControlProvider()
Method Detail

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)
Description copied from interface: RuntimeDelegate.HeaderDelegate
Convert the supplied value to a String.

Specified by:
toString in interface RuntimeDelegate.HeaderDelegate<CacheControl>
Parameters:
header - the value of type T
Returns:
a String representation of the value

fromString

public CacheControl fromString(String header)
Description copied from interface: RuntimeDelegate.HeaderDelegate
Parse the supplied value and create an instance of T.

Specified by:
fromString in interface RuntimeDelegate.HeaderDelegate<CacheControl>
Parameters:
header - the string value
Returns:
the newly created instance of T


Copyright © 2013 Oracle Corporation. All Rights Reserved.