| Interface | Description |
|---|---|
| IWebActionHandler | |
| WebActionRegistry.IFactory |
| Class | Description |
|---|---|
| JsonWebActionFactory |
This action factory tries to find a method with the name specified in actionCode which accepts a single java class type
which will be marshalled from a "json" request parameter.
|
| SimpleWebActionFactory |
This recognizes all "webAction"+actionName methods that accept IRequestContext as a parameter.
|
| WebActionRegistry |
This factory-based web action registry finds a handler method to use for a web action, i.e.
|
Copyright © 2017 etc.to. All rights reserved.