| Package | Description |
|---|---|
| org.apache.isis.viewer.restfulobjects.applib | |
| org.apache.isis.viewer.restfulobjects.applib.client | |
| org.apache.isis.viewer.restfulobjects.applib.util |
| Modifier and Type | Method and Description |
|---|---|
static Parser<RepresentationType> |
RepresentationType.parser() |
| Modifier and Type | Method and Description |
|---|---|
Parser<Q> |
RestfulRequest.RequestParameter.getParser() |
Parser<X> |
RestfulRequest.Header.getParser() |
static Parser<RestfulRequest.DomainModel> |
RestfulRequest.DomainModel.parser() |
| Constructor and Description |
|---|
RestfulRequest.Header(String name,
Parser<X> parser)
public visibility for testing purposes only.
|
| Modifier and Type | Method and Description |
|---|---|
static Parser<String[]> |
Parser.forArrayOfStrings() |
static Parser<Boolean> |
Parser.forBoolean() |
static Parser<javax.ws.rs.core.CacheControl> |
Parser.forCacheControl() |
static Parser<Date> |
Parser.forDate() |
static Parser<String> |
Parser.forETag() |
static Parser<com.google.common.net.MediaType> |
Parser.forGuavaMediaType() |
static Parser<Integer> |
Parser.forInteger() |
static Parser<javax.ws.rs.core.MediaType> |
Parser.forJaxRsMediaType() |
static Parser<List<com.google.common.net.MediaType>> |
Parser.forListOfGuavaMediaTypes() |
static Parser<List<javax.ws.rs.core.MediaType>> |
Parser.forListOfJaxRsMediaTypes() |
static Parser<List<List<String>>> |
Parser.forListOfListOfStrings() |
static Parser<List<String>> |
Parser.forListOfStrings() |
static Parser<String> |
Parser.forString() |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.