JSF-Spring

de.mindmatters.faces.application
Interface ActionEventContext

All Known Implementing Classes:
SimpleActionEventContext

public interface ActionEventContext

Strategy interface for determining the current ActionEvent.

A ActionEventContext instance can be associated with a thread via the ActionEventContextHolder class.

Author:
Andreas Kuhrwahl
See Also:
ActionEventContextHolder

Method Summary
 ActionEvent getActionEvent()
          Return the current ActionEvent, which can be fixed or determined dynamically, depending on the implementation strategy.
 

Method Detail

getActionEvent

ActionEvent getActionEvent()
Return the current ActionEvent, which can be fixed or determined dynamically, depending on the implementation strategy.

Returns:
the determined ActionEvent

JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG