Package | Description |
---|---|
er.rest.routes |
Modifier and Type | Field and Description |
---|---|
static ERXRoute.Key |
ERXRoute.ActionKey |
static ERXRoute.Key |
ERXRoute.ControllerKey |
Modifier and Type | Method and Description |
---|---|
NSDictionary<ERXRoute.Key,String> |
ERXRoute.keys(String url,
ERXRoute.Method method)
Returns the route keys for the given URL.
|
static NSDictionary<ERXRoute.Key,Object> |
ERXRoute.keysWithObjects(NSDictionary<ERXRoute.Key,String> keys,
ERXRestContext context)
Returns a dictionary mapping the route's keys to their resolved objects.
|
NSDictionary<ERXRoute.Key,Object> |
ERXRoute.keysWithObjects(String url,
ERXRoute.Method method,
ERXRestContext context)
Returns a dictionary mapping the route's keys to their resolved objects.
|
NSDictionary<ERXRoute.Key,String> |
ERXRouteController.routeKeys()
Returns the unprocessed keys from the route (the values are the original value from the URL).
|
NSDictionary<ERXRoute.Key,Object> |
ERXRouteController.routeObjects()
Returns all the processed objects from the route keys.
|
NSDictionary<ERXRoute.Key,Object> |
ERXRouteController.routeObjects(ERXRestContext restContext)
Returns all the processed objects from the route keys.
|
Modifier and Type | Method and Description |
---|---|
void |
ERXRouteController._setRouteKeys(NSDictionary<ERXRoute.Key,String> routeKeys)
Sets the unprocessed keys from the route.
|
void |
ERXRouteController._setRouteObjects(NSDictionary<ERXRoute.Key,Object> objects)
Sets the processed objects for the current route.
|
static NSDictionary<ERXRoute.Key,Object> |
ERXRoute.keysWithObjects(NSDictionary<ERXRoute.Key,String> keys,
ERXRestContext context)
Returns a dictionary mapping the route's keys to their resolved objects.
|
NSDictionary<String,Object> |
ERXRoute.objects(NSDictionary<ERXRoute.Key,String> keys,
ERXRestContext context)
Returns a dictionary mapping the route's key names to their resolved objects.
|
Copyright © 2002 – 2024 Project Wonder.