|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.engine.model.AbstractModel
org.springframework.webflow.engine.model.BeanImportModel
public class BeanImportModel
Model support for bean imports.
Imports user-defined beans defined at a resource location. These beans become part of the flow's bean factory and are resolvable using flow expressions.
Constructor Summary | |
---|---|
BeanImportModel(java.lang.String resource)
Create a bean import model |
Method Summary | |
---|---|
Model |
createCopy()
Create a deep copy of this model. |
java.lang.String |
getResource()
|
boolean |
isMergeableWith(Model model)
Determine if the model is able to be merged into the current model |
void |
merge(Model model)
Merge the model into the current model |
void |
setResource(java.lang.String resource)
|
Methods inherited from class org.springframework.webflow.engine.model.AbstractModel |
---|
copy, copyList, merge, merge, merge, merge, merge |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanImportModel(java.lang.String resource)
resource
- the resource containing beans to importMethod Detail |
---|
public boolean isMergeableWith(Model model)
Model
model
- the model to compare
public void merge(Model model)
Model
model
- the model to merge withpublic Model createCopy()
Model
public java.lang.String getResource()
public void setResource(java.lang.String resource)
resource
- the resource to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |