|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.extensions.webscripts.JaxRSUriIndex
public class JaxRSUriIndex
JSR-311 (Jax-RS) URI Index
| Constructor Summary | |
|---|---|
JaxRSUriIndex()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaxRSUriIndex()
| Method Detail |
|---|
public void clear()
UriIndex
clear in interface UriIndexpublic int getSize()
UriIndex
getSize in interface UriIndex
public Match findWebScript(String method,
String uri)
UriIndex
findWebScript in interface UriIndexmethod - http methoduri - uri
public void registerUri(WebScript script,
String uri)
UriIndex
registerUri in interface UriIndex
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||