|
Project Wonder 5.0 | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||
| Packages that use ERXRestFormat | |
|---|---|
| er.rest | |
| er.rest.format | |
| er.rest.routes | |
| Uses of ERXRestFormat in er.rest |
|---|
| Methods in er.rest with parameters of type ERXRestFormat | |
|---|---|
java.lang.String |
ERXRestRequestNode.toString(ERXRestFormat format)
Returns a string representation of this request node using the given format. |
| Uses of ERXRestFormat in er.rest.format |
|---|
| Fields in er.rest.format declared as ERXRestFormat | |
|---|---|
static ERXRestFormat |
ERXRestFormat.GIANDUIA_JSON
|
static ERXRestFormat |
ERXRestFormat.GIANDUIA_PERSISTENT_STORE
|
static ERXRestFormat |
ERXRestFormat.HTML
|
static ERXRestFormat |
ERXRestFormat.JS
|
static ERXRestFormat |
ERXRestFormat.JSON
|
static ERXRestFormat |
ERXRestFormat.PLIST
|
static ERXRestFormat |
ERXRestFormat.RAILS
|
static ERXRestFormat |
ERXRestFormat.SPROUTCORE
|
static ERXRestFormat |
ERXRestFormat.XML
|
| Methods in er.rest.format that return ERXRestFormat | |
|---|---|
static ERXRestFormat |
ERXRestFormat.formatNamed(java.lang.String name)
|
static ERXRestFormat |
ERXRestFormat.registerFormatNamed(ERXRestFormat format,
java.lang.String name)
|
static ERXRestFormat |
ERXRestFormat.registerFormatNamed(IERXRestParser parser,
IERXRestWriter writer,
ERXRestFormat.Delegate delegate,
java.lang.String... names)
|
| Methods in er.rest.format with parameters of type ERXRestFormat | |
|---|---|
static ERXRestFormat |
ERXRestFormat.registerFormatNamed(ERXRestFormat format,
java.lang.String name)
|
| Uses of ERXRestFormat in er.rest.routes |
|---|
| Methods in er.rest.routes that return ERXRestFormat | |
|---|---|
protected ERXRestFormat |
ERXRouteController.defaultFormat()
Returns the default format to use if no other format is found, or if the requested format is invalid. |
ERXRestFormat |
ERXRouteResults.format()
Returns the intended format of this response. |
ERXRestFormat |
ERXRouteController.format()
Returns the format that the user requested (usually based on the request file extension). |
| Methods in er.rest.routes with parameters of type ERXRestFormat | |
|---|---|
void |
ERXRouteController._setFormat(ERXRestFormat format)
Sets the format that will be used by this route controller. |
void |
ERXRouteController._setRequestContent(ERXRestFormat format,
java.lang.String requestContent)
Sets the request content that this controller will use for processing. |
com.webobjects.appserver.WOActionResults |
ERXRouteController.response(ERXRestFormat format,
com.webobjects.eocontrol.EOClassDescription entity,
com.webobjects.foundation.NSArray<?> values,
ERXKeyFilter filter)
Returns the given array as a response in the given format. |
com.webobjects.appserver.WOActionResults |
ERXRouteController.response(ERXRestFormat format,
com.webobjects.eocontrol.EOEditingContext editingContext,
java.lang.String entityName,
com.webobjects.foundation.NSArray<?> values,
ERXKeyFilter filter)
Returns the given array as a response in the given format. |
com.webobjects.appserver.WOActionResults |
ERXRouteController.response(ERXRestFormat format,
ERXRestRequestNode responseNode)
Returns the given ERXRestRequestNode as a response in the given format. |
com.webobjects.appserver.WOActionResults |
ERXRouteController.response(ERXRestFormat format,
java.lang.Object value,
ERXKeyFilter filter)
Returns the given object as a WOResponse in the given format. |
com.webobjects.appserver.WOActionResults |
ERXRouteController.response(ERXRestFormat format,
java.lang.String entityName,
com.webobjects.foundation.NSArray<?> values,
ERXKeyFilter filter)
Returns the given array as a response in the given format. |
| Constructors in er.rest.routes with parameters of type ERXRestFormat | |
|---|---|
ERXRouteResults(com.webobjects.appserver.WOContext context,
ERXRestFormat format,
ERXRestRequestNode responseNode)
Constructs an ERXRouteResults. |
|
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||||