org.jboss.resteasy.plugins.delegates
Class LocaleDelegate
java.lang.Object
org.jboss.resteasy.plugins.delegates.LocaleDelegate
- All Implemented Interfaces:
- RuntimeDelegate.HeaderDelegate<Locale>
public class LocaleDelegate
- extends Object
- implements RuntimeDelegate.HeaderDelegate<Locale>
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LocaleDelegate
public LocaleDelegate()
fromString
public Locale fromString(String value)
throws IllegalArgumentException
- Description copied from interface:
RuntimeDelegate.HeaderDelegate
- Parse the supplied value and create an instance of
T.
- Specified by:
fromString in interface RuntimeDelegate.HeaderDelegate<Locale>
- Parameters:
value - the string value
- Returns:
- the newly created instance of
T
- Throws:
IllegalArgumentException - if the supplied string cannot be
parsed or is null
toString
public String toString(Locale value)
- Description copied from interface:
RuntimeDelegate.HeaderDelegate
- Convert the supplied value to a String.
- Specified by:
toString in interface RuntimeDelegate.HeaderDelegate<Locale>
- Parameters:
value - the value of type T
- Returns:
- a String representation of the value
Copyright © 2012. All Rights Reserved.