org.jboss.errai.workspaces.client.framework
Class Registry
java.lang.Object
org.jboss.errai.workspaces.client.framework.Registry
public class Registry
- extends Object
Registry for application wide services
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Registry
public Registry()
set
public static void set(Class key,
Object obj)
get
public static <T> T get(Class<T> key)
has
public static boolean has(Class key)
Copyright © 2011 JBoss, a division of Red Hat. All Rights Reserved.