|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codehaus.griffon.runtime.core.ArtifactHandlerAdapter
org.codehaus.griffon.runtime.core.SpringArtifactHandlerAdapter
abstract class SpringArtifactHandlerAdapter extends ArtifactHandlerAdapter
| Field Summary | |
|---|---|
private static org.slf4j.Logger |
LOG
|
private boolean |
autoRegisterArtifacts
|
| Constructor Summary | |
SpringArtifactHandlerAdapter(GriffonApplication app, String type, String trailing)
|
|
SpringArtifactHandlerAdapter(GriffonApplication app, String type, String trailing, boolean autoRegisterArtifacts)
|
|
| Method Summary | |
|---|---|
static void
|
doWithBeanBuilder(GriffonApplication app, Closure closure)
|
void
|
initialize(ArtifactInfo[] artifacts)
|
void
|
registerArtifacts()
|
protected void
|
registerGriffonClasses()
|
protected void
|
registerInstances(boolean treatObjectAsSingleton = false)
|
| Methods inherited from class ArtifactHandlerAdapter | |
|---|---|
| getClasses, getType, initialize, getArtifacts, getApp, getTrailing, getClassesByName, isArtifact, isArtifact, getClassFor, getClassFor, findClassFor, wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final org.slf4j.Logger LOG
private final boolean autoRegisterArtifacts
| Constructor Detail |
|---|
SpringArtifactHandlerAdapter(GriffonApplication app, String type, String trailing)
SpringArtifactHandlerAdapter(GriffonApplication app, String type, String trailing, boolean autoRegisterArtifacts)
| Method Detail |
|---|
static void doWithBeanBuilder(GriffonApplication app, Closure closure)
void initialize(ArtifactInfo[] artifacts)
void registerArtifacts()
protected void registerGriffonClasses()
protected void registerInstances(boolean treatObjectAsSingleton = false)
Groovy Documentation