|
Spring Extensions | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecureUriMapper
SecureUriMapper implementations provide callers with information
about which URI/URL Ant-style path patterns should be secured. Examples are provided below.
Part of this mapping code has been kindly borrowed from Apache Ant.
The mapping matches URLs using the following rules:
| Method Summary | |
|---|---|
String |
getPassKey(String uri)
getting a pass key for given URI/URL |
| Method Detail |
|---|
String getPassKey(String uri)
uri - a String object.
null if no match
|
Spring Extensions | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||