public abstract class NoParamComponentFactory<T> extends Object implements ComponentFactory<T>
| Constructor and Description |
|---|
NoParamComponentFactory() |
| Modifier and Type | Method and Description |
|---|---|
T |
create() |
protected abstract Class<? extends T> |
getAlfrescoComponentClass() |
protected abstract Class<? extends T> |
getDefaultComponentClass() |
void |
initialise(String environment) |
public void initialise(String environment)
initialise in interface ComponentFactory<T>public T create()
create in interface ComponentFactory<T>Copyright © 2016 Alfresco. All rights reserved.