|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PatternDelegate
A simple generic interface that can be used to configure anything that can be selected based on some conditions (i.e. a different login page based on the request URI or host).
Method Summary | |
---|---|
Object |
getDelegate()
Returns the delegate that this bean holds. |
boolean |
match(javax.servlet.http.HttpServletRequest request)
Does the current request match the expected condition? |
Method Detail |
---|
boolean match(javax.servlet.http.HttpServletRequest request)
request
- HttpServletRequest
true
if the current request matches the expected conditionsObject getDelegate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |