org.wicketopia.util
Class ServiceLocator

java.lang.Object
  extended by org.wicketopia.util.ServiceLocator

public class ServiceLocator
extends Object


Constructor Summary
ServiceLocator()
           
 
Method Summary
static
<T> T
find(Class<T> type)
           
static
<T> List<T>
findAll(Class<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceLocator

public ServiceLocator()
Method Detail

find

public static <T> T find(Class<T> type)

findAll

public static <T> List<T> findAll(Class<T> type)


Copyright © 2010-2013. All Rights Reserved.