|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object de.mindmatters.faces.application.SimpleActionEventContext
public final class SimpleActionEventContext
Simple implementation of the ActionEventContext interface, always returning a specified ActionEvent.
Constructor Summary | |
---|---|
SimpleActionEventContext(ActionEvent actionEvent)
Creates a simple context with the given actionEvent . |
Method Summary | |
---|---|
ActionEvent |
getActionEvent()
Return the current ActionEvent, which can be fixed or determined dynamically, depending on the implementation strategy. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleActionEventContext(ActionEvent actionEvent)
actionEvent
.
actionEvent
- the specified ActionEvent
java.lang.IllegalArgumentException
- if actionEvent
is null
Method Detail |
---|
public ActionEvent getActionEvent()
getActionEvent
in interface ActionEventContext
|
JSF-Spring | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |