|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceInvoker | |
|---|---|
| org.jboss.resteasy.core | |
| org.jboss.resteasy.core.registry | |
| org.jboss.resteasy.spi | |
| org.jboss.resteasy.springmvc | |
| Uses of ResourceInvoker in org.jboss.resteasy.core |
|---|
| Classes in org.jboss.resteasy.core that implement ResourceInvoker | |
|---|---|
class |
ResourceLocator
|
class |
ResourceMethod
|
| Methods in org.jboss.resteasy.core that return ResourceInvoker | |
|---|---|
ResourceInvoker |
SynchronousDispatcher.getInvoker(HttpRequest request,
HttpResponse response)
|
ResourceInvoker |
ResourceMethodRegistry.getResourceInvoker(HttpRequest request,
HttpResponse response)
Find a resource to invoke on |
| Methods in org.jboss.resteasy.core with parameters of type ResourceInvoker | |
|---|---|
protected Response |
SynchronousDispatcher.getResponse(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker)
|
void |
SynchronousDispatcher.invoke(HttpRequest request,
HttpResponse response,
ResourceInvoker invoker)
|
| Uses of ResourceInvoker in org.jboss.resteasy.core.registry |
|---|
| Fields in org.jboss.resteasy.core.registry with type parameters of type ResourceInvoker | |
|---|---|
protected java.util.Map<java.lang.String,java.util.List<ResourceInvoker>> |
RootSegment.bounded
|
| Methods in org.jboss.resteasy.core.registry that return ResourceInvoker | |
|---|---|
protected ResourceInvoker |
Segment.match(java.lang.String httpMethod,
MediaType contentType,
java.util.List<MediaType> oldaccepts)
|
protected ResourceInvoker |
RootSegment.matchChildren(HttpRequest request,
java.lang.String path,
int start)
|
ResourceInvoker |
PathParamSegment.matchPattern(HttpRequest request,
java.lang.String path,
int start)
|
ResourceInvoker |
RootSegment.matchRoot(HttpRequest request)
|
ResourceInvoker |
RootSegment.matchRoot(HttpRequest request,
int start)
|
ResourceInvoker |
SimpleSegment.matchSimple(HttpRequest request,
java.lang.String path,
int start)
|
protected ResourceInvoker |
RootSegment.removePath(java.lang.String[] segments,
int index,
java.lang.reflect.Method method)
|
ResourceInvoker |
RootSegment.removePath(java.lang.String path,
java.lang.reflect.Method method)
|
| Methods in org.jboss.resteasy.core.registry that return types with arguments of type ResourceInvoker | |
|---|---|
java.util.Map<java.lang.String,java.util.List<ResourceInvoker>> |
RootSegment.getBounded()
Return a map of paths and what resource methods they are bound to |
| Methods in org.jboss.resteasy.core.registry with parameters of type ResourceInvoker | |
|---|---|
protected void |
RootSegment.addPath(java.lang.String[] segments,
int index,
ResourceInvoker invoker)
|
void |
RootSegment.addPath(java.lang.String path,
ResourceInvoker invoker)
|
| Uses of ResourceInvoker in org.jboss.resteasy.spi |
|---|
| Methods in org.jboss.resteasy.spi that return ResourceInvoker | |
|---|---|
ResourceInvoker |
Registry.getResourceInvoker(HttpRequest request,
HttpResponse response)
|
| Uses of ResourceInvoker in org.jboss.resteasy.springmvc |
|---|
| Methods in org.jboss.resteasy.springmvc that return ResourceInvoker | |
|---|---|
ResourceInvoker |
ResteasyRequestWrapper.getInvoker()
|
| Methods in org.jboss.resteasy.springmvc with parameters of type ResourceInvoker | |
|---|---|
void |
ResteasyRequestWrapper.setInvoker(ResourceInvoker invoker)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||