JSF-Spring

Uses of Interface
de.mindmatters.faces.application.ActionEventContext

Packages that use ActionEventContext
de.mindmatters.faces.application Convenient pluggable extensions and implementations of JavaServer Faces mechanisms to manage the execution of an application that is based on JavaServer Faces. 
 

Uses of ActionEventContext in de.mindmatters.faces.application
 

Classes in de.mindmatters.faces.application that implement ActionEventContext
 class SimpleActionEventContext
          Simple implementation of the ActionEventContext interface, always returning a specified ActionEvent.
 

Methods in de.mindmatters.faces.application that return ActionEventContext
static ActionEventContext ActionEventContextHolder.getActionEventContext()
          Return the ActionEventContext associated with the current thread, if any.
 

Methods in de.mindmatters.faces.application with parameters of type ActionEventContext
static void ActionEventContextHolder.setActionEventContext(ActionEventContext actionEventContext)
          Associate the given ActionEventContext with the current thread.
 


JSF-Spring

Copyright © 2006 mindmatters GmbH & Co. KG