|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UriIndex
Encapsulates the mapping of URIs to Web Scripts
| Method Summary | |
|---|---|
void |
clear()
Clear the index |
Match |
findWebScript(String method,
String uri)
Gets a Web Script given an HTTP Method and URI |
int |
getSize()
Gets size of index (i.e. |
void |
registerUri(WebScript script,
String uri)
Register a URI with a Web Script |
| Method Detail |
|---|
void clear()
int getSize()
void registerUri(WebScript script,
String uri)
script - uri -
Match findWebScript(String method,
String uri)
method - http methoduri - uri
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||