org.apache.isis.viewer.restfulobjects.applib
Class RestfulResponse.Header<X>

java.lang.Object
  extended by org.apache.isis.viewer.restfulobjects.applib.RestfulResponse.Header<X>
Enclosing class:
RestfulResponse<T>

public static class RestfulResponse.Header<X>
extends Object


Field Summary
static RestfulResponse.Header<javax.ws.rs.core.CacheControl> CACHE_CONTROL
           
static RestfulResponse.Header<javax.ws.rs.core.MediaType> CONTENT_TYPE
           
static RestfulResponse.Header<Date> LAST_MODIFIED
           
static RestfulResponse.Header<String> WARNING
           
 
Method Summary
 String getName()
           
 X parse(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Method Detail

getName

public String getName()

parse

public X parse(String value)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.