|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FlowModelHolder
A holder holding a reference to a Flow model. Provides a layer of indirection, enabling things like "hot-reloadable" flow models.
FlowModelRegistry.registerFlowModel(String, FlowModelHolder)| Method Summary | |
|---|---|
FlowModel |
getFlowModel()
Returns the flow model held by this holder. |
org.springframework.core.io.Resource |
getFlowModelResource()
Returns the underlying resource defining the flow model. |
boolean |
hasFlowModelChanged()
Has the underlying flow model changed since it was last accessed via a call to getFlowModel(). |
void |
refresh()
Refresh the flow model held by this holder. |
| Method Detail |
|---|
FlowModel getFlowModel()
boolean hasFlowModelChanged()
getFlowModel().
org.springframework.core.io.Resource getFlowModelResource()
void refresh()
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||