|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.griffon.runtime.core.AbstractMVCGroupConfiguration
public abstract class AbstractMVCGroupConfiguration extends Object
Base implementation of the MVCGroupConfiguration interface
Field Summary | |
---|---|
protected GriffonApplication |
app
|
protected Map |
config
|
protected Map |
members
|
protected String |
mvcType
|
Constructor Summary | |
AbstractMVCGroupConfiguration(GriffonApplication app, String mvcType, Map members, Map config)
|
Method Summary | |
---|---|
MVCGroup
|
create()
|
MVCGroup
|
create(String mvcId)
|
MVCGroup
|
create(Map args)
|
MVCGroup
|
create(String mvcId, Map args)
|
GriffonApplication
|
getApp()
|
Map
|
getConfig()
|
Map
|
getMembers()
|
String
|
getMvcType()
|
protected MVCGroup
|
instantiateMVCGroup(String mvcId, Map args)
|
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected final GriffonApplication app
protected final Map config
protected final Map members
protected final String mvcType
Constructor Detail |
---|
public AbstractMVCGroupConfiguration(GriffonApplication app, String mvcType, Map members, Map config)
Method Detail |
---|
public final MVCGroup create()
public final MVCGroup create(String mvcId)
public final MVCGroup create(Map args)
public final MVCGroup create(String mvcId, Map args)
public final GriffonApplication getApp()
public final Map getConfig()
public final Map getMembers()
public final String getMvcType()
protected MVCGroup instantiateMVCGroup(String mvcId, Map args)
@Override public String toString()
Groovy Documentation