org.glassfish.jersey.message.internal
Class LocaleProvider

java.lang.Object
  extended by org.glassfish.jersey.message.internal.LocaleProvider
All Implemented Interfaces:
RuntimeDelegate.HeaderDelegate<Locale>, HeaderDelegateProvider<Locale>

@Singleton
public class LocaleProvider
extends Object
implements HeaderDelegateProvider<Locale>

Locale header delegate provider.

Author:
Paul Sandoz, Marek Potociar (marek.potociar at oracle.com)

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

Constructor Detail

LocaleProvider

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

toString

public String toString(Locale header)
Specified by:
toString in interface RuntimeDelegate.HeaderDelegate<Locale>

fromString

public Locale fromString(String header)
Specified by:
fromString in interface RuntimeDelegate.HeaderDelegate<Locale>


Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.