rewrite-impl-servlet 1.0.2.Final

Uses of Class
org.ocpsoft.rewrite.servlet.config.Method

Packages that use Method
org.ocpsoft.rewrite.servlet.config   
 

Uses of Method in org.ocpsoft.rewrite.servlet.config
 

Methods in org.ocpsoft.rewrite.servlet.config that return Method
 Method Method.bindsTo(Binding binding)
           
static Method Method.isDelete()
          Return a Method condition that ensures the current HttpServletRequest.getMethod() is of DELETE
static Method Method.isGet()
          Return a Method condition that ensures the current HttpServletRequest.getMethod() is of GET
static Method Method.isHead()
          Return a Method condition that ensures the current HttpServletRequest.getMethod() is of HEAD
static Method Method.isOptions()
          Return a Method condition that ensures the current HttpServletRequest.getMethod() is of OPTIONS
static Method Method.isPost()
          Return a Method condition that ensures the current HttpServletRequest.getMethod() is of POST
static Method Method.isPut()
          Return a Method condition that ensures the current HttpServletRequest.getMethod() is of PUT
static Method Method.isTrace()
          Return a Method condition that ensures the current HttpServletRequest.getMethod() is of TRACE
 


rewrite-impl-servlet 1.0.2.Final

Copyright © 2012 OCPsoft. All Rights Reserved.