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

java.lang.Object
  extended by com.sun.jersey.core.impl.provider.header.DateProvider
All Implemented Interfaces:
HeaderDelegateProvider<Date>, javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Date>

public class DateProvider
extends Object
implements HeaderDelegateProvider<Date>

Author:
Paul.Sandoz@Sun.Com

Constructor Summary
DateProvider()
           
 
Method Summary
 Date fromString(String header)
           
 boolean supports(Class<?> type)
          Ascertain if the Provider supports a particular type.
 String toString(Date header)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateProvider

public DateProvider()
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<Date>
Parameters:
type - the type that is to be supported.
Returns:
true if the type is supported, otherwise false.

toString

public String toString(Date header)
Specified by:
toString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Date>

fromString

public Date fromString(String header)
Specified by:
fromString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Date>


Copyright © 2011 Oracle Corporation. All Rights Reserved.