|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.codehaus.groovy.grails.webflow.engine.builder.ControllerFlowRegistry
class ControllerFlowRegistry
A flow execution repository that scans the set GrailsApplication instance for controllers that contain flow closures.
Property Summary | |
---|---|
ApplicationContext |
applicationContext
|
FlowBuilderServices |
flowBuilderServices
|
FlowDefinitionRegistry |
flowRegistry
|
GrailsApplication |
grailsApplication
|
Method Summary | |
---|---|
void
|
afterPropertiesSet()
|
protected void
|
doPopulate(FlowDefinitionRegistry registry)
Implements the doPopulate method by using a GrailsApplication instance and its contained controller classes to locate and populate flow definitions in the registry |
java.lang.Object
|
getObject()
|
java.lang.Class
|
getObjectType()
|
boolean
|
isSingleton()
|
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Property Detail |
---|
ApplicationContext applicationContext
FlowBuilderServices flowBuilderServices
FlowDefinitionRegistry flowRegistry
GrailsApplication grailsApplication
Method Detail |
---|
void afterPropertiesSet()
protected void doPopulate(FlowDefinitionRegistry registry)
java.lang.Object getObject()
java.lang.Class getObjectType()
boolean isSingleton()
Groovy Documentation