| Class | Description |
|---|---|
| ActionInfo |
Object containing information about the current action
Stored in the request scope and then usable in the JSP with 'E.L.' |
| ActionView |
Object containing information about the action view
|
| FieldValues<K,E> |
Map holding the value for each defined field ( field-name - fied-value )
Stored in the request scope Usable in the JSP with Expression Language, eg : ${fieldValue.theFieldName} |
| FieldValuesManager |
Request scope "fieldvalue" object manager
SINGLETON |
| InputParameter<T> |
Copyright © 2016. All rights reserved.