| Package | Description |
|---|---|
| webwork.action |
This package contains the API that Actions implement.
|
| webwork.action.client |
Remote clients wanting to execute Actions in a server should use this package.
|
| webwork.action.factory |
Actions are instantiated by using classes in this package.
|
| webwork.action.standard |
This package contains standard Actions that are always available.
|
| webwork.dispatcher |
This package contains the various Action dispatchers.
|
| webwork.interceptor | |
| webwork.util |
This package contains various utility classes and JavaBeans.
|
| webwork.util.editor | |
| webwork.view.velocity |
This package contains the Velocity integration support.
|
| Class and Description |
|---|
| Action
All Actions must minimally implement this interface.
|
| ActionContext
Handles the context of each invoked action while providing an abstraction layer for both servlet and non servlet
based applications.
|
| IllegalArgumentAware
This interface can be implemented by actions that wish to be notified if an IllegalArgumentException was thrown when
the value of a field was converted from string to the property's type.
|
| ResultException
If Actions throw this exception from execute(), the dispatcher will show the view corresponding to the chosen
result.
|
| Class and Description |
|---|
| Action
All Actions must minimally implement this interface.
|
| Class and Description |
|---|
| Action
All Actions must minimally implement this interface.
|
| Class and Description |
|---|
| Action
All Actions must minimally implement this interface.
|
| ActionSupport
This is a useful base class for WebWork Action implementations.
|
| IllegalArgumentAware
This interface can be implemented by actions that wish to be notified if an IllegalArgumentException was thrown when
the value of a field was converted from string to the property's type.
|
| ParameterAware
Deprecated.
Use
ActionContext.getParameters() instead. |
| ResultException
If Actions throw this exception from execute(), the dispatcher will show the view corresponding to the chosen
result.
|
| ServletRequestAware
Deprecated.
Use
ServletActionContext.getRequest() instead. |
| ServletResponseAware
Deprecated.
Use
ServletActionContext.getResponse() instead. |
| Class and Description |
|---|
| Action
All Actions must minimally implement this interface.
|
| ActionContext
Handles the context of each invoked action while providing an abstraction layer for both servlet and non servlet
based applications.
|
| Class and Description |
|---|
| Action
All Actions must minimally implement this interface.
|
| Class and Description |
|---|
| Action
All Actions must minimally implement this interface.
|
| Class and Description |
|---|
| ValidationEditorSupport
This is a useful base class for JavaBeans property editors whose main purpose is to provide validation of form input
parameters.
|
| Class and Description |
|---|
| Action
All Actions must minimally implement this interface.
|
Copyright © 2013 Atlassian. All Rights Reserved.