|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectAction
nextapp.echo2.webrender.WebRenderAction
nextapp.echo2.webcontainer.WebContainerAction
public abstract class WebContainerAction
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 |
|---|
public WebContainerAction()
| Method Detail |
|---|
public abstract ApplicationInstance newApplicationInstance()
ApplicationInstance for visitor to an
application.
ApplicationInstance
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||