| Package | Description | 
|---|---|
| griffon.core.mvc | 
 MVC Group management. 
 | 
| org.codehaus.griffon.runtime.core.mvc | 
 MVC group implementation [INTERNAL USE]. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<C extends GriffonController> | 
MVCGroupManager.getController(String name,
             Class<C> type)
Finds a named controller. 
 | 
<M extends GriffonModel> | 
MVCGroupManager.getModel(String name,
        Class<M> type)
Finds a named model. 
 | 
<V extends GriffonView> | 
MVCGroupManager.getView(String name,
       Class<V> type)
Finds a named view. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
<C extends GriffonController> | 
AbstractMVCGroupManager.getController(String name,
             Class<C> type)  | 
<M extends GriffonModel> | 
AbstractMVCGroupManager.getModel(String name,
        Class<M> type)  | 
<V extends GriffonView> | 
AbstractMVCGroupManager.getView(String name,
       Class<V> type)  |