Project Wonder 5.0

Uses of Class
er.extensions.appserver.ERXResponse

Packages that use ERXResponse
er.ajax   
er.extensions.appserver   
 

Uses of ERXResponse in er.ajax
 

Subclasses of ERXResponse in er.ajax
 class AjaxResponse
          AjaxResponse provides support for performing an AjaxUpdate in the same response as an ajax action.
 

Uses of ERXResponse in er.extensions.appserver
 

Subclasses of ERXResponse in er.extensions.appserver
 class ERXKeepAliveResponse
          Special response that keeps the connection alive and pushes the data to the client.
 

Fields in er.extensions.appserver with type parameters of type ERXResponse
protected  java.util.LinkedHashMap<java.lang.String,ERXResponse> ERXResponse.Context.partials
           
protected  java.util.Stack<ERXResponse> ERXResponse.Context.stack
           
 

Methods in er.extensions.appserver that return ERXResponse
static ERXResponse ERXResponse.popPartial()
          Returns the top-most response after this one has been pulled from the stack.
static ERXResponse ERXResponse.pushPartial(java.lang.String key)
          Returns the associated response for the supplied key.
 


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

Copyright © 2002 – 2007 Project Wonder.