Project Wonder 5.0

Uses of Interface
er.rest.format.IERXRestParser

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

Uses of IERXRestParser in er.rest.entityDelegates
 

Methods in er.rest.entityDelegates that return IERXRestParser
protected  IERXRestParser ERXRestRequestHandler.requestParserForType(java.lang.String type)
          Returns the request parser for the given entity name.
 

Methods in er.rest.entityDelegates with parameters of type IERXRestParser
 void ERXRestRequestHandler.setRequestParserForType(IERXRestParser requestParser, java.lang.String type)
          Sets the request parser for the request type.
 

Constructors in er.rest.entityDelegates with parameters of type IERXRestParser
ERXRestRequestHandler(IERXRestAuthenticationDelegate authenticationDelegate, IERXRestDelegate delegate, IERXRestResponseWriter defaultResponseWriter, IERXRestParser defaultRequestParser)
          Construct an ERXRestRequestHandler.
 

Uses of IERXRestParser in er.rest.format
 

Classes in er.rest.format that implement IERXRestParser
 class ERXJSONRestParser
          ERXJSONRestRequestParser is an implementation of the IERXRestRequestParser interface that supports JSON document requests.
 class ERXPListRestParser
          ERXPListRestRequestParser is an implementation of the IERXRestRequestParser interface that supports plist document requests.
 class ERXXmlRestParser
          ERXXmlRestRequestParser is an implementation of the IERXRestRequestParser interface that supports XML document requests.
 

Methods in er.rest.format that return IERXRestParser
 IERXRestParser ERXRestFormat.parser()
           
 

Methods in er.rest.format with parameters of type IERXRestParser
static ERXRestFormat ERXRestFormat.registerFormatNamed(IERXRestParser parser, IERXRestWriter writer, ERXRestFormat.Delegate delegate, java.lang.String... names)
           
 

Constructors in er.rest.format with parameters of type IERXRestParser
ERXRestFormat(java.lang.String name, IERXRestParser parser, IERXRestWriter writer, ERXRestFormat.Delegate delegate)
           
 

Uses of IERXRestParser in er.rest.gianduia
 

Classes in er.rest.gianduia that implement IERXRestParser
 class ERXGianduiaRestParser
           
 


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

Copyright © 2002 – 2007 Project Wonder.