public class DefaultMVCGroupFactory extends Object implements MVCGroupFactory
| Modifier and Type | Field and Description |
|---|---|
protected MVCGroupManager |
mvcGroupManager |
| Constructor and Description |
|---|
DefaultMVCGroupFactory() |
| Modifier and Type | Method and Description |
|---|---|
MVCGroup |
create(MVCGroupConfiguration configuration,
String mvcId,
Map<String,Object> members,
MVCGroup parentGroup) |
@Inject protected MVCGroupManager mvcGroupManager