Class SystemEventHelper
java.lang.Object
com.sun.faces.application.applicationimpl.events.SystemEventHelper
public class SystemEventHelper extends Object
Utility class for dealing with application events.
-
Constructor Summary
Constructors Constructor Description SystemEventHelper()
-
Method Summary
Modifier and Type Method Description EventInfo
getEventInfo(Class<? extends SystemEvent> systemEventClass, Class<?> sourceClass)
EventInfo
getEventInfo(Class<? extends SystemEvent> systemEventClass, Object source, Class<?> sourceBaseType, boolean useSourceForLookup)
-
Constructor Details
-
SystemEventHelper
public SystemEventHelper()
-
-
Method Details
-
getEventInfo
-
getEventInfo
public EventInfo getEventInfo(Class<? extends SystemEvent> systemEventClass, Object source, Class<?> sourceBaseType, boolean useSourceForLookup)
-