Uses of Class
com.uwyn.rife.engine.RequestMethod

Packages that use RequestMethod
com.uwyn.rife.engine Provides classes, interfaces and elements for the web application engine. 
com.uwyn.rife.servlet Provides classes to start and stop a RIFE application from a servlet container, both as filters and servlets. 
com.uwyn.rife.test Provides classes and interfaces for the out-of-container testing framework. 
 

Uses of RequestMethod in com.uwyn.rife.engine
 

Fields in com.uwyn.rife.engine declared as RequestMethod
static RequestMethod RequestMethod.COPY
           
static RequestMethod RequestMethod.DELETE
           
static RequestMethod RequestMethod.EXIT
           
static RequestMethod RequestMethod.GET
           
static RequestMethod RequestMethod.HEAD
           
static RequestMethod RequestMethod.LOCK
           
static RequestMethod RequestMethod.MKCOL
           
static RequestMethod RequestMethod.MOVE
           
static RequestMethod RequestMethod.OPTIONS
           
static RequestMethod RequestMethod.POST
           
static RequestMethod RequestMethod.PRECEDENCE
           
static RequestMethod RequestMethod.PROPFIND
           
static RequestMethod RequestMethod.PROPPATCH
           
static RequestMethod RequestMethod.PUT
           
static RequestMethod RequestMethod.TRACE
           
static RequestMethod RequestMethod.UNLOCK
           
 

Methods in com.uwyn.rife.engine that return RequestMethod
 RequestMethod Request.getMethod()
          See HttpServletRequest.getMethod().
 RequestMethod ElementSupport.getMethod()
          Returns the method of this request.
static RequestMethod RequestMethod.getMethod(String name)
           
 

Uses of RequestMethod in com.uwyn.rife.servlet
 

Methods in com.uwyn.rife.servlet that return RequestMethod
 RequestMethod HttpRequest.getMethod()
           
 

Uses of RequestMethod in com.uwyn.rife.test
 

Methods in com.uwyn.rife.test that return RequestMethod
 RequestMethod MockRequest.getMethod()
           
 

Methods in com.uwyn.rife.test with parameters of type RequestMethod
 MockRequest MockRequest.method(RequestMethod method)
          Sets the method of this request.
 void MockRequest.setMethod(RequestMethod method)
          Sets the method of this request.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.