rewrite-config-servlet 2.0.0.Beta3

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
static Method Method.isDelete()
          Create a Method condition that ensures the current HttpServletRequest.getMethod() is DELETE
static Method Method.isGet()
          Create a Method condition that ensures the current HttpServletRequest.getMethod() is GET
static Method Method.isHead()
          Create a Method condition that ensures the current HttpServletRequest.getMethod() is HEAD
static Method Method.isOptions()
          Create a Method condition that ensures the current HttpServletRequest.getMethod() is OPTIONS
static Method Method.isPost()
          Create a Method condition that ensures the current HttpServletRequest.getMethod() is POST
static Method Method.isPut()
          Create a Method condition that ensures the current HttpServletRequest.getMethod() is PUT
static Method Method.isTrace()
          Create a Method condition that ensures the current HttpServletRequest.getMethod() is TRACE
 


rewrite-config-servlet 2.0.0.Beta3

Copyright © 2013 OCPsoft. All Rights Reserved.