Uses of Class
org.apache.isis.viewer.restfulobjects.applib.util.Parser

Packages that use Parser
org.apache.isis.viewer.restfulobjects.applib   
org.apache.isis.viewer.restfulobjects.applib.util   
 

Uses of Parser in org.apache.isis.viewer.restfulobjects.applib
 

Methods in org.apache.isis.viewer.restfulobjects.applib that return Parser
 Parser<Q> RestfulRequest.RequestParameter.getParser()
           
 Parser<X> RestfulRequest.Header.getParser()
           
static Parser<RestfulRequest.DomainModel> RestfulRequest.DomainModel.parser()
           
static Parser<RepresentationType> RepresentationType.parser()
           
 

Constructors in org.apache.isis.viewer.restfulobjects.applib with parameters of type Parser
RestfulRequest.Header(String name, Parser<X> parser)
          public visibility for testing purposes only.
 

Uses of Parser in org.apache.isis.viewer.restfulobjects.applib.util
 

Methods in org.apache.isis.viewer.restfulobjects.applib.util that return Parser
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<Integer> Parser.forInteger()
           
static Parser<List<List<String>>> Parser.forListOfListOfStrings()
           
static Parser<List<javax.ws.rs.core.MediaType>> Parser.forListOfMediaTypes()
           
static Parser<List<String>> Parser.forListOfStrings()
           
static Parser<javax.ws.rs.core.MediaType> Parser.forMediaType()
           
static Parser<String> Parser.forString()
           
 



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