Project Wonder 5.0

Uses of Interface
er.rest.entityDelegates.IERXRestDelegate

Packages that use IERXRestDelegate
er.directtorest   
er.rest.entityDelegates   
 

Uses of IERXRestDelegate in er.directtorest
 

Classes in er.directtorest that implement IERXRestDelegate
 class ERD2RestDelegate
           
 

Uses of IERXRestDelegate in er.rest.entityDelegates
 

Classes in er.rest.entityDelegates that implement IERXRestDelegate
 class ERXDefaultRestDelegate
          ERXDefaultRestDelegate is the default implementation of the IERXRestDelegate interface.
 

Methods in er.rest.entityDelegates that return IERXRestDelegate
 IERXRestDelegate ERXRestRequestHandler.delegate()
           
 IERXRestDelegate ERXRestContext.delegate()
          Returns the REST delegate for this context.
 

Methods in er.rest.entityDelegates with parameters of type IERXRestDelegate
static void ERXRestRequestHandler.register(IERXRestAuthenticationDelegate authenticationDelegate, IERXRestDelegate delegate)
          Registers an ERXRestRequestHandler with the WOApplication for the handler key "rest".
 void ERXRestContext.setDelegate(IERXRestDelegate delegate)
          Sets the REST delegate for this context (called by ERXRestRequestHandler).
 

Constructors in er.rest.entityDelegates with parameters of type IERXRestDelegate
ERXRestContext(IERXRestDelegate delegate)
          Constructs a rest context.
ERXRestContext(com.webobjects.appserver.WOContext context, com.webobjects.eocontrol.EOEditingContext editingContext, IERXRestDelegate delegate)
          Constructs a rest context.
ERXRestRequestHandler(IERXRestAuthenticationDelegate authenticationDelegate, IERXRestDelegate delegate)
          Construct an ERXRestRequestHandler with a default response writer of ERXXmlRestResponseWriter.
ERXRestRequestHandler(IERXRestAuthenticationDelegate authenticationDelegate, IERXRestDelegate delegate, IERXRestResponseWriter defaultResponseWriter, IERXRestParser defaultRequestParser)
          Construct an ERXRestRequestHandler.
 


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

Copyright © 2002 – 2007 Project Wonder.