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