|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.j2ep.rules.BaseRule
net.sf.j2ep.rules.AcceptEverythingRule
public class AcceptEverythingRule
This rule matches every request passed to it, making it suitable for use as a catch-all or last rule in a chain.
| Constructor Summary | |
|---|---|
AcceptEverythingRule()
|
|
| Method Summary | |
|---|---|
boolean |
matches(HttpServletRequest request)
This implementation always matches. |
| Methods inherited from class net.sf.j2ep.rules.BaseRule |
|---|
process, revert, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AcceptEverythingRule()
| Method Detail |
|---|
public boolean matches(HttpServletRequest request)
request - The request
Rule.matches(HttpServletRequest)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||