public class GroovyAwareMVCGroup extends DefaultMVCGroup
| Modifier and Type | Field and Description | 
|---|---|
| static String | BUILDER | 
| protected Map<String,Object> | scriptResults | 
configuration, members, mvcGroupManager, mvcId| Constructor and Description | 
|---|
| GroovyAwareMVCGroup(MVCGroupManager mvcGroupManager,
                   MVCGroupConfiguration configuration,
                   String mvcId,
                   Map<String,Object> members) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | buildScriptMember(String name) | 
| groovy.util.FactoryBuilderSupport | getBuilder() | 
| Object | getScriptResult(String name) | 
toStringcheckIfAlive, destroy, getConfiguration, getController, getMember, getMembers, getModel, getMvcGroupManager, getMvcId, getMvcType, getView, isAlivepublic static final String BUILDER
public GroovyAwareMVCGroup(@Nonnull MVCGroupManager mvcGroupManager, @Nonnull MVCGroupConfiguration configuration, @Nullable String mvcId, @Nonnull Map<String,Object> members)