|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERXRoute.Method | |
---|---|
er.rest.routes |
Uses of ERXRoute.Method in er.rest.routes |
---|
Methods in er.rest.routes that return ERXRoute.Method | |
---|---|
ERXRoute.Method |
ERXRoute.method()
Returns the method of this request. |
static ERXRoute.Method |
ERXRoute.Method.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ERXRoute.Method[] |
ERXRoute.Method.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in er.rest.routes with parameters of type ERXRoute.Method | |
---|---|
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. |
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<java.lang.String,java.lang.Object> |
ERXRoute.objects(java.lang.String url,
ERXRoute.Method method,
IERXRestDelegate delegate)
Returns a dictionary mapping the route's key names to their resolved objects. |
void |
ERXRoute.setMethod(ERXRoute.Method method)
Sets the method of this request. |
Constructors in er.rest.routes with parameters of type ERXRoute.Method | |
---|---|
ERXRoute(java.lang.String entityName,
java.lang.String urlPattern,
ERXRoute.Method method)
Constructs a new route with the given URL pattern. |
|
ERXRoute(java.lang.String entityName,
java.lang.String urlPattern,
ERXRoute.Method method,
java.lang.Class<? extends ERXRouteController> controller)
Constructs a new route with the given URL pattern. |
|
ERXRoute(java.lang.String entityName,
java.lang.String urlPattern,
ERXRoute.Method method,
java.lang.Class<? extends ERXRouteController> controller,
java.lang.String action)
Constructs a new route with the given URL pattern. |
|
ERXRoute(java.lang.String entityName,
java.lang.String urlPattern,
ERXRoute.Method method,
java.lang.String controller)
Constructs a new route with the given URL pattern. |
|
ERXRoute(java.lang.String entityName,
java.lang.String urlPattern,
ERXRoute.Method method,
java.lang.String controller,
java.lang.String action)
Constructs a new route with the given URL pattern. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |