org.apache.isis.viewer.restfulobjects.applib
Class RestfulResponse.Header<X>
java.lang.Object
org.apache.isis.viewer.restfulobjects.applib.RestfulResponse.Header<X>
- Enclosing class:
- RestfulResponse<T>
public static class RestfulResponse.Header<X>
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WARNING
public static final RestfulResponse.Header<String> WARNING
LAST_MODIFIED
public static final RestfulResponse.Header<Date> LAST_MODIFIED
CACHE_CONTROL
public static final RestfulResponse.Header<javax.ws.rs.core.CacheControl> CACHE_CONTROL
CONTENT_TYPE
public static final RestfulResponse.Header<javax.ws.rs.core.MediaType> CONTENT_TYPE
getName
public String getName()
parse
public X parse(String value)
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.