|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ServletModuleBinding
A binding created by ServletModule.
| Method Summary | |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getInitParams()
Returns any context params supplied when creating the binding. |
java.lang.String |
getPattern()
Returns the pattern used to match against the binding. |
UriPatternType |
getUriPatternType()
Returns the pattern type that this binding was created with. |
boolean |
matchesUri(java.lang.String uri)
Returns true if the given URI will match this binding. |
| Method Detail |
|---|
UriPatternType getUriPatternType()
java.lang.String getPattern()
java.util.Map<java.lang.String,java.lang.String> getInitParams()
boolean matchesUri(java.lang.String uri)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||