| Package | Description |
|---|---|
| org.ocpsoft.rewrite.servlet.config |
| Modifier and Type | Method and Description |
|---|---|
static DispatchType |
DispatchType.isAsync()
Create a
DispatchType condition that ensures the current HttpServletRewrite is a
DispatcherType.ASYNC |
static DispatchType |
DispatchType.isError()
Create a
DispatchType condition that ensures the current HttpServletRewrite is a
DispatcherType.ERROR |
static DispatchType |
DispatchType.isForward()
Create a
DispatchType condition that ensures the current HttpServletRewrite is a
DispatcherType.FORWARD |
static DispatchType |
DispatchType.isInclude()
Create a
DispatchType condition that ensures the current HttpServletRewrite is a
DispatcherType.INCLUDE |
static DispatchType |
DispatchType.isRequest()
Create a
DispatchType condition that ensures the current HttpServletRewrite is a
DispatcherType.REQUEST |
Copyright © 2013 OCPsoft. All Rights Reserved.