RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

org.jboss.resteasy.plugins.delegates
Class LocaleDelegate

java.lang.Object
  extended by org.jboss.resteasy.plugins.delegates.LocaleDelegate
All Implemented Interfaces:
javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>

public class LocaleDelegate
extends Object
implements javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>

Version:
$Revision: 1 $
Author:
Bill Burke

Constructor Summary
LocaleDelegate()
           
 
Method Summary
 Locale fromString(String value)
           
 String toString(Locale value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocaleDelegate

public LocaleDelegate()
Method Detail

fromString

public Locale fromString(String value)
                  throws IllegalArgumentException
Specified by:
fromString in interface javax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>
Throws:
IllegalArgumentException

toString

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

RESTEasy JAX-RS Implementation 2.3.6.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.