|
Project Wonder 5.0 | |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IERXRestResponseWriter | |
---|---|
er.rest.entityDelegates |
Uses of IERXRestResponseWriter in er.rest.entityDelegates |
---|
Classes in er.rest.entityDelegates that implement IERXRestResponseWriter | |
---|---|
class |
ERXAbstractRestResponseWriter
ERXAbstractRestResponseWriter provides the output-method-agnostic methods for processing a rest response and provides support for specifying rendering configuration in your application properties. |
class |
ERXDictionaryRestResponseWriter
Provides the common output methods for generating a dictionary response, which can be used by several other writers (json, plist, etc). |
class |
ERXJSONRestResponseWriter
Provides the output methods for generating JSON responses to a REST request. |
class |
ERXPListRestResponseWriter
Provides the output methods for generating PList responses to a REST request. |
class |
ERXXmlRestResponseWriter
Provides the common output methods for generating XML responses to a REST request. |
Methods in er.rest.entityDelegates that return IERXRestResponseWriter | |
---|---|
protected IERXRestResponseWriter |
ERXRestRequestHandler.responseWriterForType(java.lang.String type)
Returns the response writer for the given entity name. |
Methods in er.rest.entityDelegates with parameters of type IERXRestResponseWriter | |
---|---|
void |
ERXRestRequestHandler.setResponseWriterForType(IERXRestResponseWriter responseWriter,
java.lang.String type)
Sets the response writer for the request type. |
static java.lang.String |
ERXRestEntityDelegateUtils.toString(ERXRestContext context,
IERXRestResponseWriter writer,
com.webobjects.eoaccess.EOEntity entity,
com.webobjects.foundation.NSArray values)
Returns a String form of the given objects using the given delegate. |
static java.lang.String |
ERXRestEntityDelegateUtils.toString(ERXRestContext context,
IERXRestResponseWriter writer,
java.lang.Object value)
Returns a String form of the given object using the given delegate. |
static java.lang.String |
ERXRestEntityDelegateUtils.toString(IERXRestResponseWriter writer,
com.webobjects.eoaccess.EOEntity entity,
com.webobjects.foundation.NSArray values)
Returns a String form of the given objects using the unsafe delegate. |
static java.lang.String |
ERXRestEntityDelegateUtils.toString(IERXRestResponseWriter writer,
java.lang.Object value)
Returns a String form of the given object using the unsafe delegate. |
Constructors in er.rest.entityDelegates with parameters of type IERXRestResponseWriter | |
---|---|
ERXRestRequestHandler(IERXRestAuthenticationDelegate authenticationDelegate,
IERXRestDelegate delegate,
IERXRestResponseWriter defaultResponseWriter,
IERXRestParser defaultRequestParser)
Construct an ERXRestRequestHandler. |
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV NEXT | FRAMES NO FRAMES |