|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.rest.entityDelegates.ERXRestRequest
public class ERXRestRequest
ERXRestRequest encapsulates the state of a rest request.
Constructor Summary | |
---|---|
ERXRestRequest(ERXRestContext context,
ERXRestRequestNode rootNode,
java.lang.String requestPath)
|
|
ERXRestRequest(ERXRestKey key,
ERXRestRequestNode rootNode)
Constructs a new REST request. |
Method Summary | |
---|---|
ERXRestKey |
key()
Returns the last key in the requested key path. |
ERXRestRequestNode |
rootNode()
Returns the root node of the request document. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERXRestRequest(ERXRestContext context, ERXRestRequestNode rootNode, java.lang.String requestPath) throws ERXRestException, ERXRestNotFoundException
ERXRestException
ERXRestNotFoundException
public ERXRestRequest(ERXRestKey key, ERXRestRequestNode rootNode)
key
- the last key in the requested keypathrootNode
- the root node of the request documentMethod Detail |
---|
public ERXRestKey key()
public ERXRestRequestNode rootNode()
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |