nextapp.echo2.webcontainer
Class WebContainerAction

java.lang.Object
  extended by Action
      extended by nextapp.echo2.webrender.WebRenderAction
          extended by nextapp.echo2.webcontainer.WebContainerAction

public abstract class WebContainerAction
extends WebRenderAction

Web container Action implementation. An Echo application should provide an derivative of this class which is registered in the web application deployment descriptor.


Nested Class Summary
 
Nested classes/interfaces inherited from class nextapp.echo2.webrender.WebRenderAction
WebRenderAction.MultipartRequestWrapper
 
Field Summary
 
Fields inherited from class nextapp.echo2.webrender.WebRenderAction
DISABLE_CACHING, SERVICE_ID_DEFAULT, SERVICE_ID_NEW_INSTANCE, SERVICE_ID_PARAMETER, SERVICE_ID_SESSION_EXPIRED
 
Constructor Summary
WebContainerAction()
          Default constructor.
 
Method Summary
abstract  ApplicationInstance newApplicationInstance()
          Creates a new ApplicationInstance for visitor to an application.
 
Methods inherited from class nextapp.echo2.webrender.WebRenderAction
execute, getActiveConnection, getMultipartRequestWrapper, getServiceRegistry, proceedAction, setMultipartRequestWrapper
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebContainerAction

public WebContainerAction()
Default constructor.

Method Detail

newApplicationInstance

public abstract ApplicationInstance newApplicationInstance()
Creates a new ApplicationInstance for visitor to an application.

Returns:
a new ApplicationInstance