Griffon 0.9.5-rc2

org.codehaus.griffon.runtime.core
[Java] Class AbstractGriffonMvcArtifact

java.lang.Object
  groovy.lang.GroovyObjectSupport
      org.codehaus.griffon.runtime.core.AbstractGriffonArtifact
          org.codehaus.griffon.runtime.core.AbstractGriffonMvcArtifact
All Implemented Interfaces:
GriffonMvcArtifact

public abstract class AbstractGriffonMvcArtifact
extends AbstractGriffonArtifact

Base implementation of the GriffonMvcArtifact interface.

Authors:
Andres Almiray
Since:
0.9.1


Field Summary
 
Fields inherited from class AbstractGriffonArtifact
app, log, resourceLocator
 
Constructor Summary
AbstractGriffonMvcArtifact()

 
Method Summary
void mvcGroupDestroy()

void mvcGroupInit(Map args)

 
Methods inherited from class AbstractGriffonArtifact
buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, buildMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, createMVCGroup, destroyMVCGroup, execAsync, execFuture, execFuture, execFuture, execFuture, execInsideUIAsync, execInsideUISync, execOutside, execOutsideUI, execSync, getApp, getArtifactType, getGriffonClass, getLog, getMetaClass, getResourceAsStream, getResourceAsURL, getResources, isUIThread, metaClassOf, newInstance, setApp, setMetaClass, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup, withMVCGroup
 
Methods inherited from class GroovyObjectSupport
setProperty, getProperty, getMetaClass, setMetaClass, invokeMethod, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AbstractGriffonMvcArtifact

AbstractGriffonMvcArtifact()


 
Method Detail

mvcGroupDestroy

public void mvcGroupDestroy()


mvcGroupInit

public void mvcGroupInit(Map args)


 

Groovy Documentation