private static class ApplicationImpl.SystemEventHelper
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Cache<java.lang.Class<? extends javax.faces.event.SystemEvent>,ApplicationImpl.SystemEventInfo> |
systemEventInfoCache |
Constructor and Description |
---|
SystemEventHelper() |
Modifier and Type | Method and Description |
---|---|
ApplicationImpl.EventInfo |
getEventInfo(java.lang.Class<? extends javax.faces.event.SystemEvent> systemEventClass,
java.lang.Class<?> sourceClass) |
ApplicationImpl.EventInfo |
getEventInfo(java.lang.Class<? extends javax.faces.event.SystemEvent> systemEventClass,
java.lang.Object source,
java.lang.Class<?> sourceBaseType,
boolean useSourceForLookup) |
private final Cache<java.lang.Class<? extends javax.faces.event.SystemEvent>,ApplicationImpl.SystemEventInfo> systemEventInfoCache
public ApplicationImpl.EventInfo getEventInfo(java.lang.Class<? extends javax.faces.event.SystemEvent> systemEventClass, java.lang.Class<?> sourceClass)
public ApplicationImpl.EventInfo getEventInfo(java.lang.Class<? extends javax.faces.event.SystemEvent> systemEventClass, java.lang.Object source, java.lang.Class<?> sourceBaseType, boolean useSourceForLookup)
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.