org.jboss.errai.enterprise.client.cdi
Class CDIEventTypeLookup
java.lang.Object
org.jboss.errai.enterprise.client.cdi.CDIEventTypeLookup
public final class CDIEventTypeLookup
- extends Object
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static CDIEventTypeLookup get()
getTypeLookupMap
public Map<String,Collection<String>> getTypeLookupMap()
- Returns a defensively copied, unmodifiable Map of all sub-types to their supertypes.
- Returns:
- a defensively copied, unmodifiable Map of all sub-types to their supertypes.
addLookup
public void addLookup(String subtype,
String superType)
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.