| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
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 |
Copyright © 2013 OCPsoft. All Rights Reserved.