|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resteasy.plugins.delegates.CacheControlDelegate
public class CacheControlDelegate
Constructor Summary | |
---|---|
CacheControlDelegate()
|
Method Summary | |
---|---|
CacheControl |
fromString(java.lang.String value)
Parse the supplied value and create an instance of T . |
java.lang.String |
toString(CacheControl 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 CacheControlDelegate()
Method Detail |
---|
public CacheControl fromString(java.lang.String value) throws java.lang.IllegalArgumentException
RuntimeDelegate.HeaderDelegate
T
.
fromString
in interface RuntimeDelegate.HeaderDelegate<CacheControl>
value
- the string value
T
java.lang.IllegalArgumentException
- if the supplied string cannot be
parsed or is nullpublic java.lang.String toString(CacheControl value)
RuntimeDelegate.HeaderDelegate
toString
in interface RuntimeDelegate.HeaderDelegate<CacheControl>
value
- the value of type T
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |