Uses of Class
org.jboss.seam.mock.ResourceRequestEnvironment.Method

Packages that use ResourceRequestEnvironment.Method
org.jboss.seam.mock An integration test harness for Seam applications and Seam components, with built-in support for TestNG. 
 

Uses of ResourceRequestEnvironment.Method in org.jboss.seam.mock
 

Methods in org.jboss.seam.mock that return ResourceRequestEnvironment.Method
static ResourceRequestEnvironment.Method ResourceRequestEnvironment.Method.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ResourceRequestEnvironment.Method[] ResourceRequestEnvironment.Method.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.jboss.seam.mock with parameters of type ResourceRequestEnvironment.Method
ResourceRequestEnvironment.ResourceRequest(ResourceRequestEnvironment environment, ResourceRequestEnvironment.Method httpMethod, java.lang.String requestPath)
           
 



Copyright © 2011 Seam Framework. All Rights Reserved.