Uses of Class
org.ocpsoft.rewrite.servlet.config.Method
Packages that use Method
-
Uses of Method in org.ocpsoft.rewrite.servlet.config
Methods in org.ocpsoft.rewrite.servlet.config that return MethodModifier and TypeMethodDescriptionstatic MethodMethod.isDelete()Create aMethodcondition that ensures the currentHttpServletRequest.getMethod()is DELETEstatic MethodMethod.isGet()Create aMethodcondition that ensures the currentHttpServletRequest.getMethod()is GETstatic MethodMethod.isHead()Create aMethodcondition that ensures the currentHttpServletRequest.getMethod()is HEADstatic MethodMethod.isOptions()Create aMethodcondition that ensures the currentHttpServletRequest.getMethod()is OPTIONSstatic MethodMethod.isPost()Create aMethodcondition that ensures the currentHttpServletRequest.getMethod()is POSTstatic MethodMethod.isPut()Create aMethodcondition that ensures the currentHttpServletRequest.getMethod()is PUTstatic MethodMethod.isTrace()Create aMethodcondition that ensures the currentHttpServletRequest.getMethod()is TRACE