Class LocaleDelegate
- java.lang.Object
 - 
- 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
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static LocaleDelegateINSTANCE 
- 
Constructor Summary
Constructors Constructor Description LocaleDelegate() 
 - 
 
- 
- 
Field Detail
- 
INSTANCE
public static final LocaleDelegate INSTANCE
 
 - 
 
- 
Method Detail
- 
fromString
public Locale fromString(String value) throws IllegalArgumentException
- Specified by:
 fromStringin interfacejavax.ws.rs.ext.RuntimeDelegate.HeaderDelegate<Locale>- Throws:
 IllegalArgumentException
 
 - 
 
 -