org.jboss.errai.workspaces.client.framework
Class Registry

java.lang.Object
  extended by org.jboss.errai.workspaces.client.framework.Registry

public class Registry
extends Object

Registry for application wide services


Constructor Summary
Registry()
           
 
Method Summary
static
<T> T
get(Class<T> key)
           
static boolean has(Class key)
           
static void set(Class key, Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Registry

public Registry()
Method Detail

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.