|
Griffon 0.9.5-rc2 | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
griffon.core.ApplicationHandlergriffon.core.MVCGroupConfiguration
public interface MVCGroupConfiguration extends ApplicationHandler
Holds the configuration of an MVC group
| Method Summary | |
|---|---|
MVCGroup
|
create()
Creates a new MVCGroup instance based in this configuration. |
MVCGroup
|
create(String mvcId)
Creates a new MVCGroup instance based in this configuration. |
MVCGroup
|
create(Map args)
Creates a new MVCGroup instance based in this configuration. |
MVCGroup
|
create(String mvcId, Map args)
Creates a new MVCGroup instance based in this configuration. |
Map
|
getConfig()
Returns a Map with additional configuration for this group. |
Map
|
getMembers()
Returns a Map with the names of all members keyed by type. |
String
|
getMvcType()
Returns the type of this group. |
| Methods inherited from interface ApplicationHandler | |
|---|---|
| getApp |
| Method Detail |
|---|
public MVCGroup create()
public MVCGroup create(String mvcId)
mvcId - the id to assign to this group
public MVCGroup create(Map args)
args - additional arguments sent to each member when initializing
public MVCGroup create(String mvcId, Map args)
mvcId - the id to assign to this groupargs - additional arguments sent to each member when initializing
public Map getConfig()
public Map getMembers()
public String getMvcType()
Groovy Documentation