|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AccessFilterRule
Interface that defines a single rule whether a request to a given path must be logged or not.
| Method Summary | |
|---|---|
Boolean |
accept(String path)
Tells if a request to a given path must be logged or not. |
| Method Detail |
|---|
Boolean accept(String path)
path must be logged or not. This method can
return null to say it cannot decide to log to request or not, leaving the
decision for other AccessFilterRules.
path - a String. It cannot be null.
true, false or null.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||