ERXRestFormatDelegate Class Reference

Inherits er::rest::format::ERXRestFormat::Delegate.

Collaboration diagram for ERXRestFormatDelegate:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 ERXRestFormatDelegate (String idKey, String typeKey, String nilKey, boolean writeNilKey, boolean pluralNames, boolean underscoreNames, boolean arrayTypes)
 ERXRestFormatDelegate ()
void nodeDidParse (ERXRestRequestNode node)
void nodeWillWrite (ERXRestRequestNode node)

Static Public Attributes

static final String ID_KEY = "id"
static final String NIL_KEY = "nil"
static final String TYPE_KEY = "type"

Private Attributes

boolean _arrayTypes
String _idKey
String _nilKey
boolean _pluralNames
String _typeKey
boolean _underscoreNames
boolean _writeNilKey


Detailed Description

ERXRestFormatDelegate is the default implementation of the ERXRestFormat.Delegate interface.

Author:
mschrag

Constructor & Destructor Documentation

ERXRestFormatDelegate ( String  idKey,
String  typeKey,
String  nilKey,
boolean  writeNilKey,
boolean  pluralNames,
boolean  underscoreNames,
boolean  arrayTypes 
)


Member Function Documentation

void nodeDidParse ( ERXRestRequestNode  node  ) 

void nodeWillWrite ( ERXRestRequestNode  node  ) 


Member Data Documentation

boolean _arrayTypes [private]

String _idKey [private]

String _nilKey [private]

boolean _pluralNames [private]

String _typeKey [private]

boolean _underscoreNames [private]

boolean _writeNilKey [private]

final String ID_KEY = "id" [static]

final String NIL_KEY = "nil" [static]

final String TYPE_KEY = "type" [static]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:32 2012 for Project Wonder by  doxygen 1.5.8