Package | Description |
---|---|
er.rest | |
er.rest.format | |
er.rest.routes |
Modifier and Type | Method and Description |
---|---|
ERXRestRequestNode |
ERXRestRequestNode.childAtIndex(int index) |
ERXRestRequestNode |
ERXRestRequestNode.childNamed(String name)
Returns the first child named 'name'.
|
ERXRestRequestNode |
ERXRestRequestNode.cloneNode()
Clones this node.
|
ERXRestRequestNode |
ERXRestRequestNode.removeChildNamed(String name)
Removes the child name that has the given name.
|
static ERXRestRequestNode |
ERXRestRequestNode.requestNodeWithObjectAndFilter(EOClassDescription classDescription,
List<?> objects,
ERXKeyFilter keyFilter,
ERXRestContext context)
Creates a hierarchy of ERXRestRequestNodes based off of the given array of objects.
|
static ERXRestRequestNode |
ERXRestRequestNode.requestNodeWithObjectAndFilter(Object obj,
ERXKeyFilter keyFilter,
ERXRestContext context)
Creates a hierarchy of ERXRestRequestNodes based off of the given object.
|
Modifier and Type | Method and Description |
---|---|
NSArray<ERXRestRequestNode> |
ERXRestRequestNode.children()
Returns the children of this node.
|
Modifier and Type | Method and Description |
---|---|
void |
ERXRestRequestNode.addChild(ERXRestRequestNode child)
Adds a child to this node.
|
Modifier and Type | Method and Description |
---|---|
Object |
ERXRestRequestNode.toJavaCollection(ERXRestFormat.Delegate delegate,
Map<Object,ERXRestRequestNode> conversionMap)
Returns the Java object that corresponds to this node hierarchy.
|
protected Object |
ERXRestRequestNode.toJavaCollection(ERXRestFormat.Delegate delegate,
Map<Object,ERXRestRequestNode> conversionMap,
Map<Object,Object> associatedObjects)
Returns the Java object that corresponds to this node hierarchy.
|
Modifier and Type | Method and Description |
---|---|
ERXRestRequestNode |
ERXRouteController.requestNode()
Returns the request data in the form of an ERXRestRequestNode (which is a format-independent wrapper around
hierarchical data).
|
ERXRestRequestNode |
ERXRouteResults.responseNode()
Returns the ERXRestRequestNode to render.
|
ERXRestRequestNode |
ERXRouteController.responseNodeForActionNamed(String actionName)
Returns the response node generated from performing the action with the given name.
|
Modifier and Type | Method and Description |
---|---|
void |
ERXRouteController._setRequestNode(ERXRestRequestNode requestNode)
Sets the request node that this controller will use for processing.
|
WOActionResults |
ERXRouteController.response(ERXRestFormat format,
ERXRestRequestNode responseNode)
Returns the given ERXRestRequestNode as a response in the given format.
|
Constructor and Description |
---|
ERXRouteResults(WOContext context,
ERXRestContext restContext,
ERXRestFormat format,
ERXRestRequestNode responseNode)
Constructs an ERXRouteResults.
|
Copyright © 2002 – 2024 Project Wonder.