Concrete implementation of ApplicationHandler
that converts JavaServer Faces CommandEvent
s and FormEvent
s into execution of the corresponding Struts request processing lifecycle. Events are mapped to Struts actions as follows:
commandName
is assumed to be the path of an Action
to be executed (including the leading slash).formName
is assumed to be the path of an Action
to be executed (including the leading slash). The commandName
property is used to determine whether or not a cancel button was pressed.
|
|