|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERXRoute | |
---|---|
er.rest.routes |
Uses of ERXRoute in er.rest.routes |
---|
Methods in er.rest.routes that return ERXRoute | |
---|---|
ERXRoute |
ERXRouteController.route()
Returns the route associated with this request. |
ERXRoute |
ERXRouteRequestHandler.routeForMethodAndPath(java.lang.String method,
java.lang.String path,
com.webobjects.foundation.NSMutableDictionary<java.lang.String,java.lang.Object> userInfo)
Returns the route that matches the request method and path, storing metadata about the route in the given userInfo dictionary. |
ERXRoute |
ERXRouteRequestHandler.setupRequestWithRouteForMethodAndPath(com.webobjects.appserver.WORequest request,
java.lang.String method,
java.lang.String path)
Sets up the request userInfo for the given request for a request of the given method and path. |
Methods in er.rest.routes that return types with arguments of type ERXRoute | |
---|---|
com.webobjects.foundation.NSArray<ERXRoute> |
ERXRouteRequestHandler.routes()
Returns the routes for this request handler. |
com.webobjects.foundation.NSArray<ERXRoute> |
ERXRouteRequestHandler.routesForControllerClass(java.lang.Class<? extends ERXRouteController> routeController)
Returns the routes for the given controller class. |
Methods in er.rest.routes with parameters of type ERXRoute | |
---|---|
void |
ERXRouteController._setRoute(ERXRoute route)
Sets the route that is associated with this request. |
void |
ERXRouteRequestHandler.addRoute(ERXRoute route)
Adds a new route to this request handler. |
void |
ERXRouteRequestHandler.insertRoute(ERXRoute route)
Inserts a route at the beginning of the route list. |
void |
ERXRouteRequestHandler.removeRoute(ERXRoute route)
Removes the given route from this request handler. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |