|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERXRoute.Key | |
---|---|
er.rest.routes |
Uses of ERXRoute.Key in er.rest.routes |
---|
Fields in er.rest.routes declared as ERXRoute.Key | |
---|---|
static ERXRoute.Key |
ERXRoute.ActionKey
|
static ERXRoute.Key |
ERXRoute.ControllerKey
|
Methods in er.rest.routes that return types with arguments of type ERXRoute.Key | |
---|---|
com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.String> |
ERXRoute.keys(java.lang.String url,
ERXRoute.Method method)
Returns the route keys for the given URL. |
static com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.Object> |
ERXRoute.keysWithObjects(com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.String> keys,
IERXRestDelegate delegate)
Returns a dictionary mapping the route's keys to their resolved objects. |
com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.Object> |
ERXRoute.keysWithObjects(java.lang.String url,
ERXRoute.Method method,
IERXRestDelegate delegate)
Returns a dictionary mapping the route's keys to their resolved objects. |
com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.String> |
ERXRouteController.routeKeys()
Returns the unprocessed keys from the route (the values are the original value from the URL). |
com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.Object> |
ERXRouteController.routeObjects()
Returns all the processed objects from the route keys. |
com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.Object> |
ERXRouteController.routeObjects(IERXRestDelegate delegate)
Returns all the processed objects from the route keys. |
Method parameters in er.rest.routes with type arguments of type ERXRoute.Key | |
---|---|
void |
ERXRouteController._setRouteKeys(com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.String> routeKeys)
Sets the unprocessed keys from the route. |
void |
ERXRouteController._setRouteObjects(com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.Object> objects)
Sets the processed objects for the current route. |
static com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.Object> |
ERXRoute.keysWithObjects(com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.String> keys,
IERXRestDelegate delegate)
Returns a dictionary mapping the route's keys to their resolved objects. |
com.webobjects.foundation.NSDictionary<java.lang.String,java.lang.Object> |
ERXRoute.objects(com.webobjects.foundation.NSDictionary<ERXRoute.Key,java.lang.String> keys,
IERXRestDelegate delegate)
Returns a dictionary mapping the route's key names to their resolved objects. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |