Griffon 1.2.0

griffon.core
[Java] Interface GriffonController

griffon.core.GriffonArtifact
  griffon.core.ResourceHandler
      griffon.core.MVCHandler
          griffon.core.GriffonMvcArtifact
              griffon.core.GriffonController
                  griffon.core.ApplicationHandler
                      griffon.core.ThreadingHandler
All Superinterfaces:
GriffonArtifact, ResourceHandler, MVCHandler, GriffonMvcArtifact, ApplicationHandler, ThreadingHandler

public interface GriffonController
extends GriffonMvcArtifact

Identifies a Controller artifact.

Authors:
Andres Almiray
Since:
0.9.1


Method Summary
 
Methods inherited from interface GriffonMvcArtifact
mvcGroupDestroy, mvcGroupInit
 
Methods inherited from interface GriffonArtifact
getGriffonClass, getLog, getMetaClass, newInstance
 
Methods inherited from interface ResourceHandler
getResourceAsStream, getResourceAsURL, getResources
 
Methods inherited from interface MVCHandler
buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup
 
Methods inherited from interface ApplicationHandler
getApp
 
Methods inherited from interface ThreadingHandler
execFuture, execFuture, execFuture, execFuture, execInsideUIAsync, execInsideUISync, execOutsideUI, isUIThread
 

Groovy Documentation