|
|||||||||
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(String resource)
Create a bean import model |
Method Summary | |
---|---|
Model |
createCopy()
Create a deep copy of this model. |
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(String resource)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanImportModel(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 String getResource()
public void setResource(String resource)
resource
- the resource to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |