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) |
toString
checkIfAlive, destroy, getConfiguration, getController, getMember, getMembers, getModel, getMvcGroupManager, getMvcId, getMvcType, getView, isAlive
public static final String BUILDER
public GroovyAwareMVCGroup(@Nonnull MVCGroupManager mvcGroupManager, @Nonnull MVCGroupConfiguration configuration, @Nullable String mvcId, @Nonnull Map<String,Object> members)