|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.resteasy.plugins.delegates.LocaleDelegate
public class LocaleDelegate
| Constructor Summary | |
|---|---|
LocaleDelegate()
|
|
| Method Summary | |
|---|---|
java.util.Locale |
fromString(java.lang.String value)
Parse the supplied value and create an instance of T. |
java.lang.String |
toString(java.util.Locale value)
Convert the supplied value to a String. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LocaleDelegate()
| Method Detail |
|---|
public java.util.Locale fromString(java.lang.String value)
throws java.lang.IllegalArgumentException
RuntimeDelegate.HeaderDelegateT.
fromString in interface RuntimeDelegate.HeaderDelegate<java.util.Locale>value - the string value
T
java.lang.IllegalArgumentException - if the supplied string cannot be
parsed or is nullpublic java.lang.String toString(java.util.Locale value)
RuntimeDelegate.HeaderDelegate
toString in interface RuntimeDelegate.HeaderDelegate<java.util.Locale>value - the value of type T
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||