Uses of Class
org.apache.isis.viewer.restfulobjects.applib.RestfulRequest.DomainModel

Packages that use RestfulRequest.DomainModel
org.apache.isis.viewer.restfulobjects.applib   
 

Uses of RestfulRequest.DomainModel in org.apache.isis.viewer.restfulobjects.applib
 

Fields in org.apache.isis.viewer.restfulobjects.applib with type parameters of type RestfulRequest.DomainModel
static RestfulRequest.RequestParameter<RestfulRequest.DomainModel> RestfulRequest.RequestParameter.DOMAIN_MODEL
           
 

Methods in org.apache.isis.viewer.restfulobjects.applib that return RestfulRequest.DomainModel
static RestfulRequest.DomainModel RestfulRequest.DomainModel.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RestfulRequest.DomainModel[] RestfulRequest.DomainModel.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.isis.viewer.restfulobjects.applib that return types with arguments of type RestfulRequest.DomainModel
static Parser<RestfulRequest.DomainModel> RestfulRequest.DomainModel.parser()
           
 



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