Project Wonder 5.0

Uses of Interface
er.rest.format.IERXRestResponse

Packages that use IERXRestResponse
er.rest.entityDelegates   
er.rest.format   
er.rest.gianduia   
 

Uses of IERXRestResponse in er.rest.entityDelegates
 

Methods in er.rest.entityDelegates with parameters of type IERXRestResponse
protected  void ERXAbstractRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXXmlRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, java.lang.String arrayName, java.lang.String entityName, com.webobjects.foundation.NSArray valueKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXDictionaryRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, java.lang.String arrayName, java.lang.String entityName, com.webobjects.foundation.NSArray valueKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected abstract  void ERXAbstractRestResponseWriter.appendArrayToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey key, java.lang.String arrayName, java.lang.String entityName, com.webobjects.foundation.NSArray valueKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
          Writes the given array of objects to the response.
protected  void ERXXmlRestResponseWriter.appendDetailsToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, com.webobjects.foundation.NSArray displayKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXDictionaryRestResponseWriter.appendDetailsToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, com.webobjects.foundation.NSArray displayKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected abstract  void ERXAbstractRestResponseWriter.appendDetailsToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, com.webobjects.foundation.NSArray displayKeys, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
          Writes the visible details of an object to the response.
protected  void ERXAbstractRestResponseWriter.appendDictionaryToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXXmlRestResponseWriter.appendNoDetailsToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, int indent)
           
protected  void ERXDictionaryRestResponseWriter.appendNoDetailsToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, int indent)
           
protected abstract  void ERXAbstractRestResponseWriter.appendNoDetailsToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, int indent)
          Write an object to the response without showing its details.
protected  void ERXXmlRestResponseWriter.appendPrimitiveToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, java.lang.Object value)
           
protected  void ERXDictionaryRestResponseWriter.appendPrimitiveToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, java.lang.Object value)
           
protected abstract  void ERXAbstractRestResponseWriter.appendPrimitiveToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, java.lang.Object value)
          Writes the bare primitive out to the response.
 void IERXRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
          Called at the end of a request to produce the output to the user.
 void ERXXmlRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
 void ERXPListRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
 void ERXJSONRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
 void ERXAbstractRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result)
           
protected  void ERXAbstractRestResponseWriter.appendToResponse(ERXRestContext context, IERXRestResponse response, ERXRestKey result, int indent, com.webobjects.foundation.NSMutableSet<java.lang.Object> visitedObjects)
           
protected  void ERXXmlRestResponseWriter.appendTypeToResponse(IERXRestResponse response, java.lang.Object value)
           
protected  void ERXXmlRestResponseWriter.appendVisitedToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, int indent)
           
protected  void ERXDictionaryRestResponseWriter.appendVisitedToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, int indent)
           
protected abstract  void ERXAbstractRestResponseWriter.appendVisitedToResponse(ERXRestContext context, IERXRestResponse response, com.webobjects.eoaccess.EOEntity entity, com.webobjects.eocontrol.EOEnterpriseObject eo, java.lang.String objectName, java.lang.String entityName, java.lang.Object id, int indent)
          Write an object to the response that has already been visited.
protected  void ERXAbstractRestResponseWriter.indent(IERXRestResponse response, int indent)
           
 

Uses of IERXRestResponse in er.rest.format
 

Classes in er.rest.format that implement IERXRestResponse
 class ERXStringBufferRestResponse
           
 class ERXWORestResponse
           
 

Methods in er.rest.format with parameters of type IERXRestResponse
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.appendTypeToResponse(java.lang.Object value, IERXRestResponse response)
           
protected  void ERXXmlRestWriter.appendValueToResponse(ERXRestRequestNode node, IERXRestResponse response, int indent)
           
protected  void ERXXmlRestWriter.indent(IERXRestResponse response, int indent)
           
 

Uses of IERXRestResponse in er.rest.gianduia
 

Methods in er.rest.gianduia with parameters of type IERXRestResponse
 void ERXGianduiaRestWriter.appendHeadersToResponse(ERXRestRequestNode node, IERXRestResponse response)
           
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)
           
 void ERXGianduiaRestWriter.appendToResponse(ERXRestRequestNode node, IERXRestResponse response, ERXRestFormat.Delegate delegate)
           
protected  void ERXGianduiaRestWriter.appendValueToResponse(java.lang.Object value, java.util.Map<java.lang.Object,ERXRestRequestNode> conversionMap, IERXRestResponse response)
           
 


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

Copyright © 2002 – 2007 Project Wonder.