|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceMethod | |
|---|---|
| org.cruxframework.crux.core.server.rest.core.dispatch | |
| org.cruxframework.crux.core.server.rest.core.registry | |
| Uses of ResourceMethod in org.cruxframework.crux.core.server.rest.core.dispatch |
|---|
| Constructors in org.cruxframework.crux.core.server.rest.core.dispatch with parameters of type ResourceMethod | |
|---|---|
StateHandler(ResourceMethod resourceMethod,
HttpRequest request)
|
|
| Uses of ResourceMethod in org.cruxframework.crux.core.server.rest.core.registry |
|---|
| Fields in org.cruxframework.crux.core.server.rest.core.registry with type parameters of type ResourceMethod | |
|---|---|
protected Map<String,List<ResourceMethod>> |
RootSegment.bounded
|
| Methods in org.cruxframework.crux.core.server.rest.core.registry that return ResourceMethod | |
|---|---|
ResourceMethod |
ResourceRegistry.getResourceMethod(HttpRequest request)
Find a resource to invoke on |
protected ResourceMethod |
Segment.match(String httpMethod,
HttpRequest request)
|
protected ResourceMethod |
RootSegment.matchChildren(HttpRequest request,
String path,
int start)
|
ResourceMethod |
PathParamSegment.matchPattern(HttpRequest request,
String path,
int start)
|
ResourceMethod |
RootSegment.matchRoot(HttpRequest request)
|
ResourceMethod |
RootSegment.matchRoot(HttpRequest request,
int start)
|
ResourceMethod |
SimpleSegment.matchSimple(HttpRequest request,
String path,
int start)
|
| Methods in org.cruxframework.crux.core.server.rest.core.registry that return types with arguments of type ResourceMethod | |
|---|---|
Map<String,List<ResourceMethod>> |
RootSegment.getBounded()
Return a map of paths and what resource methods they are bound to |
| Methods in org.cruxframework.crux.core.server.rest.core.registry with parameters of type ResourceMethod | |
|---|---|
protected void |
Segment.addMethod(ResourceMethod invoker)
|
protected void |
RootSegment.addPath(String[] segments,
int index,
ResourceMethod invoker)
|
void |
RootSegment.addPath(String path,
ResourceMethod invoker)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||