|
Griffon 0.9.5-rc2 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
griffon.core.ResourceHandlergriffon.core.ApplicationHandler
griffon.core.GriffonAddon
griffon.core.ThreadingHandler
public interface GriffonAddon extends ApplicationHandler, ResourceHandler, ThreadingHandler
Identifies an Addon artifact.
Method Summary | |
---|---|
void
|
addonBuilderInit(GriffonApplication app, FactoryBuilderSupport builder)
|
void
|
addonBuilderPostInit(GriffonApplication app, FactoryBuilderSupport builder)
|
void
|
addonInit(GriffonApplication app)
|
void
|
addonPostInit(GriffonApplication app)
|
List
|
getAttributeDelegates()
|
Map
|
getEvents()
|
Map
|
getFactories()
|
org.slf4j.Logger
|
getLog()
Returns a Logger instance suitable for this addon. |
Map
|
getMethods()
|
Map
|
getMvcGroups()
|
List
|
getPostInstantiateDelegates()
|
List
|
getPostNodeCompletionDelegates()
|
List
|
getPreInstantiateDelegates()
|
Map
|
getProps()
|
Object
|
newInstance(Class klass, String type)
|
Methods inherited from interface ResourceHandler | |
---|---|
getResourceAsStream, getResourceAsURL, getResources |
Methods inherited from interface ApplicationHandler | |
---|---|
getApp |
Methods inherited from interface ThreadingHandler | |
---|---|
execAsync, execFuture, execFuture, execFuture, execFuture, execInsideUIAsync, execInsideUISync, execOutside, execOutsideUI, execSync, isUIThread |
Method Detail |
---|
public void addonBuilderInit(GriffonApplication app, FactoryBuilderSupport builder)
public void addonBuilderPostInit(GriffonApplication app, FactoryBuilderSupport builder)
public void addonInit(GriffonApplication app)
public void addonPostInit(GriffonApplication app)
public List getAttributeDelegates()
public Map getEvents()
public Map getFactories()
public org.slf4j.Logger getLog()
public Map getMethods()
public Map getMvcGroups()
public List getPostInstantiateDelegates()
public List getPostNodeCompletionDelegates()
public List getPreInstantiateDelegates()
public Map getProps()
public Object newInstance(Class klass, String type)
Groovy Documentation