public class TCCLSingletonProvider extends SingletonProvider
| Constructor and Description |
|---|
TCCLSingletonProvider() |
| Modifier and Type | Method and Description |
|---|---|
<T> Singleton<T> |
create(Class<? extends T> type)
Create a new singleton
|
initialize, instance, resetpublic <T> Singleton<T> create(Class<? extends T> type)
SingletonProvidercreate in class SingletonProvidertype - represents the type of Java object stored in the singletonCopyright © 2008-2013 Seam Framework. All Rights Reserved.