Project Wonder 5.0

Uses of Class
er.rest.ERXRestRequestNode

Packages that use ERXRestRequestNode
er.rest   
er.rest.entityDelegates   
er.rest.format   
er.rest.gianduia   
er.rest.routes  
 

Uses of ERXRestRequestNode in er.rest
 

Methods in er.rest that return ERXRestRequestNode
 ERXRestRequestNode ERXRestRequestNode.childNamed(java.lang.String name)
          Returns the first child named 'name'.
 ERXRestRequestNode ERXRestRequestNode.cloneNode()
          Clones this node.
 ERXRestRequestNode ERXRestRequestNode.removeChildNamed(java.lang.String name)
          Removes the child name that has the given name.
static ERXRestRequestNode ERXRestRequestNode.requestNodeWithObjectAndFilter(com.webobjects.eocontrol.EOClassDescription classDescription, java.util.List<?> objects, ERXKeyFilter keyFilter, IERXRestDelegate delegate)
          Creates a hierarchy of ERXRestRequestNodes based off of the given array of objects.
static ERXRestRequestNode ERXRestRequestNode.requestNodeWithObjectAndFilter(java.lang.Object obj, ERXKeyFilter keyFilter, IERXRestDelegate delegate)
          Creates a hierarchy of ERXRestRequestNodes based off of the given object.
 

Methods in er.rest that return types with arguments of type ERXRestRequestNode
 com.webobjects.foundation.NSArray<ERXRestRequestNode> ERXRestRequestNode.children()
          Returns the children of this node.
 

Methods in er.rest with parameters of type ERXRestRequestNode
 void ERXRestRequestNode.addChild(ERXRestRequestNode child)
          Adds a child to this node.
 

Method parameters in er.rest with type arguments of type ERXRestRequestNode
 java.lang.Object ERXRestRequestNode.toJavaCollection(ERXRestFormat.Delegate delegate, java.util.Map<java.lang.Object,ERXRestRequestNode> conversionMap)
          Returns the Java object that corresponds to this node hierarchy.
protected  java.lang.Object ERXRestRequestNode.toJavaCollection(ERXRestFormat.Delegate delegate, java.util.Map<java.lang.Object,ERXRestRequestNode> conversionMap, java.util.Map<java.lang.Object,java.lang.Object> associatedObjects)
          Returns the Java object that corresponds to this node hierarchy.
 

Uses of ERXRestRequestNode in er.rest.entityDelegates
 

Methods in er.rest.entityDelegates that return ERXRestRequestNode
 ERXRestRequestNode ERXRestRequest.rootNode()
          Returns the root node of the request document.
 

Methods in er.rest.entityDelegates with parameters of type ERXRestRequestNode
 void ERXAbstractRestEntityDelegate._updatePropertiesFromDocument(boolean inserting, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestRequestNode eoNode, ERXRestContext context)
           
 void ERXAbstractRestEntityDelegate._updateRelationshipFromDocument(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, com.webobjects.eoaccess.EORelationship relationship, ERXRestRequestNode relationshipNode, ERXRestContext context)
           
protected  java.lang.String ERXAbstractRestEntityDelegate.idForNode(ERXRestRequestNode attributeNode)
           
 com.webobjects.eocontrol.EOEnterpriseObject IERXRestEntityDelegate.insertObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode insertNode, com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String parentKey, ERXRestContext context)
          Insert a new object of the given type into a parent object's keypath from an XML document.
 com.webobjects.eocontrol.EOEnterpriseObject ERXDenyRestEntityDelegate.insertObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode insertNode, com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String parentKey, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject ERXAbstractRestEntityDelegate.insertObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode insertNode, com.webobjects.eoaccess.EOEntity parentEntity, com.webobjects.eocontrol.EOEnterpriseObject parentObject, java.lang.String parentKey, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject IERXRestEntityDelegate.objectForNode(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode node, ERXRestContext context)
          Returns the object that is associated with the given node.
 com.webobjects.eocontrol.EOEnterpriseObject ERXDenyRestEntityDelegate.objectForNode(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode node, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject ERXAbstractRestEntityDelegate.objectForNode(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode node, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject ERXDenyRestEntityDelegate.objectFromNode(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode node, ERXRestContext context)
           
static ERXRestKey ERXRestKey.parse(ERXRestContext context, ERXRestRequestNode node, java.lang.String path)
           
 com.webobjects.eocontrol.EOEnterpriseObject IERXRestEntityDelegate.processObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode eoNode, ERXRestContext context)
          Inserts or updates an object of the given type.
 com.webobjects.eocontrol.EOEnterpriseObject ERXDenyRestEntityDelegate.processObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode eoNode, ERXRestContext context)
           
 com.webobjects.eocontrol.EOEnterpriseObject ERXAbstractRestEntityDelegate.processObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, ERXRestRequestNode eoNode, ERXRestContext context)
           
 void IERXRestEntityDelegate.updateObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestRequestNode eoNode, ERXRestContext context)
          Updates an existing object from an XML document.
 void ERXDenyRestEntityDelegate.updateObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestRequestNode eoNode, ERXRestContext context)
           
 void ERXAbstractRestEntityDelegate.updateObjectFromDocument(com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, ERXRestRequestNode eoNode, ERXRestContext context)
           
 

Constructors in er.rest.entityDelegates with parameters of type ERXRestRequestNode
ERXRestRequest(ERXRestContext context, ERXRestRequestNode rootNode, java.lang.String requestPath)
           
ERXRestRequest(ERXRestKey key, ERXRestRequestNode rootNode)
          Constructs a new REST request.
 

Uses of ERXRestRequestNode in er.rest.format
 

Methods in er.rest.format that return ERXRestRequestNode
protected  ERXRestRequestNode ERXXmlRestParser.createRequestNodeForElement(org.w3c.dom.Element element, boolean rootNode, ERXRestFormat.Delegate delegate)
           
static ERXRestRequestNode ERXJSONRestParser.createRequestNodeForJSON(java.lang.String name, net.sf.json.JSON json, boolean rootNode, ERXRestFormat.Delegate delegate)
           
protected  ERXRestRequestNode ERXPListRestParser.createRequestNodeForObject(java.lang.String name, java.lang.Object object, boolean rootNode, ERXRestFormat.Delegate delegate)
           
 ERXRestRequestNode ERXRestFormat.parse(java.lang.String str)
          Returns a parsed ERXRestRequestNode using this format's parser.
 ERXRestRequestNode IERXRestParser.parseRestRequest(IERXRestRequest request, ERXRestFormat.Delegate delegate)
           
 ERXRestRequestNode ERXXmlRestParser.parseRestRequest(IERXRestRequest request, ERXRestFormat.Delegate delegate)
           
 ERXRestRequestNode ERXPListRestParser.parseRestRequest(IERXRestRequest request, ERXRestFormat.Delegate delegate)
           
 ERXRestRequestNode ERXJSONRestParser.parseRestRequest(IERXRestRequest request, ERXRestFormat.Delegate delegate)
           
 ERXRestRequestNode ERXXmlRestParser.parseRestRequest(java.lang.String contentStr, ERXRestFormat.Delegate delegate)
          Deprecated. 
 ERXRestRequestNode ERXPListRestParser.parseRestRequest(java.lang.String contentStr, ERXRestFormat.Delegate delegate)
          Deprecated. 
 ERXRestRequestNode ERXJSONRestParser.parseRestRequest(java.lang.String contentStr, ERXRestFormat.Delegate delegate)
          Deprecated. 
 ERXRestRequestNode ERXXmlRestParser.parseRestRequest(com.webobjects.appserver.WORequest request, ERXRestFormat.Delegate delegate)
          Deprecated. 
 ERXRestRequestNode ERXPListRestParser.parseRestRequest(com.webobjects.appserver.WORequest request, ERXRestFormat.Delegate delegate)
          Deprecated. 
 ERXRestRequestNode ERXJSONRestParser.parseRestRequest(com.webobjects.appserver.WORequest request, ERXRestFormat.Delegate delegate)
          Deprecated. 
protected  ERXRestRequestNode ERXSproutCoreRestWriter.processNode(ERXRestRequestNode node)
           
protected  ERXRestRequestNode ERXJSONRestWriter.processNode(ERXRestRequestNode node)
           
 

Methods in er.rest.format with parameters of type ERXRestRequestNode
protected  void ERXXmlRestWriter.appendArrayToResponse(ERXRestRequestNode node, IERXRestResponse response, int indent, ERXRestFormat.Delegate delegate)
           
protected  void ERXXmlRestWriter.appendAttributesToResponse(ERXRestRequestNode node, IERXRestResponse response)
           
protected  void ERXXmlRestWriter.appendDictionaryToResponse(ERXRestRequestNode node, IERXRestResponse response, int indent, ERXRestFormat.Delegate delegate)
           
 void IERXRestWriter.appendHeadersToResponse(ERXRestRequestNode node, IERXRestResponse response)
          Called at the end of a request to produce the output to the user.
 void ERXXmlRestWriter.appendHeadersToResponse(ERXRestRequestNode node, IERXRestResponse response)
           
 void ERXSimpleRestWriter.appendHeadersToResponse(ERXRestRequestNode node, IERXRestResponse response)
           
 void ERXPListRestWriter.appendHeadersToResponse(ERXRestRequestNode node, IERXRestResponse response)
           
 void ERXJSONRestWriter.appendHeadersToResponse(ERXRestRequestNode node, IERXRestResponse response)
           
protected  void ERXXmlRestWriter.appendNodeToResponse(ERXRestRequestNode node, IERXRestResponse response, int indent, ERXRestFormat.Delegate delegate)
           
 void IERXRestWriter.appendToResponse(ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate)
          Called at the end of a request to produce the output to the user.
 void ERXXmlRestWriter.appendToResponse(ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate)
           
 void ERXSimpleRestWriter.appendToResponse(ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate)
           
 void ERXPListRestWriter.appendToResponse(ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate)
           
 void ERXJSONRestWriter.appendToResponse(ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate)
           
protected  void ERXXmlRestWriter.appendValueToResponse(ERXRestRequestNode node, IERXRestResponse response, int indent)
           
 void ERXRestFormatDelegate.nodeDidParse(ERXRestRequestNode node)
           
 void ERXRestFormat.Delegate.nodeDidParse(ERXRestRequestNode node)
           
 void ERXRestFormat.NoOpDelegate.nodeDidParse(ERXRestRequestNode node)
           
 void ERXRestFormatDelegate.nodeWillWrite(ERXRestRequestNode node)
           
 void ERXRestFormat.Delegate.nodeWillWrite(ERXRestRequestNode node)
           
 void ERXRestFormat.NoOpDelegate.nodeWillWrite(ERXRestRequestNode node)
           
protected  ERXRestRequestNode ERXSproutCoreRestWriter.processNode(ERXRestRequestNode node)
           
protected  ERXRestRequestNode ERXJSONRestWriter.processNode(ERXRestRequestNode node)
           
protected  void ERXJSONRestWriter.removeDictionaryTypes(ERXRestRequestNode node)
           
 

Uses of ERXRestRequestNode in er.rest.gianduia
 

Methods in er.rest.gianduia that return ERXRestRequestNode
 ERXRestRequestNode ERXGianduiaRestParser.parseRestRequest(IERXRestRequest request, ERXRestFormat.Delegate delegate)
           
 ERXRestRequestNode ERXGianduiaRestParser.parseRestRequest(java.lang.String contentStr, ERXRestFormat.Delegate delegate)
          Deprecated. 
 ERXRestRequestNode ERXGianduiaRestParser.parseRestRequest(com.webobjects.appserver.WORequest request, ERXRestFormat.Delegate delegate)
           
 

Methods in er.rest.gianduia with parameters of type ERXRestRequestNode
 void ERXGianduiaRestWriter.appendHeadersToResponse(ERXRestRequestNode node, IERXRestResponse response)
           
 void ERXGianduiaRestWriter.appendToResponse(ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate)
           
 

Method parameters in er.rest.gianduia with type arguments of type ERXRestRequestNode
protected  void ERXGianduiaRestWriter.appendListToResponse(java.util.List<java.lang.Object> list, java.util.Map<java.lang.Object,ERXRestRequestNode> conversionMap, IERXRestResponse response)
           
protected  void ERXGianduiaRestWriter.appendMapToResponse(java.util.Map<java.lang.Object,java.lang.Object> map, java.util.Map<java.lang.Object,ERXRestRequestNode> conversionMap, IERXRestResponse response)
           
protected  void ERXGianduiaRestWriter.appendObjectToResponse(java.lang.Object object, java.util.Map<java.lang.Object,ERXRestRequestNode> conversionMap, IERXRestResponse response)
           
protected  void ERXGianduiaRestWriter.appendValueToResponse(java.lang.Object value, java.util.Map<java.lang.Object,ERXRestRequestNode> conversionMap, IERXRestResponse response)
           
 

Uses of ERXRestRequestNode in er.rest.routes
 

Methods in er.rest.routes that return ERXRestRequestNode
 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(java.lang.String actionName)
          Returns the response node generated from performing the action with the given name.
 

Methods in er.rest.routes with parameters of type ERXRestRequestNode
 void ERXRouteController._setRequestNode(ERXRestRequestNode requestNode)
          Sets the request node that this controller will use for processing.
 com.webobjects.appserver.WOActionResults ERXRouteController.response(ERXRestFormat format, ERXRestRequestNode responseNode)
          Returns the given ERXRestRequestNode as a response in the given format.
 

Constructors in er.rest.routes with parameters of type ERXRestRequestNode
ERXRouteResults(com.webobjects.appserver.WOContext context, ERXRestFormat format, ERXRestRequestNode responseNode)
          Constructs an ERXRouteResults.
 


Last updated: Tue, Feb 21, 2017 • 05:45 PM CET

Copyright © 2002 – 2007 Project Wonder.