|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.webflow.config.FlowDefinitionResource
public class FlowDefinitionResource
An abstract representation of an externalized flow definition resource. Holds the data necessary to build a flow
definition from an external file, and register the flow definition in a flow definition registry.
Flow definition resources are created by a FlowDefinitionResourceFactory.
FlowDefinitionResource| Constructor Summary | |
|---|---|
FlowDefinitionResource(String flowId,
org.springframework.core.io.Resource path,
AttributeMap attributes)
Creates a new flow definition resource |
|
| Method Summary | |
|---|---|
AttributeMap |
getAttributes()
Returns attributes to assign the flow definition. |
String |
getId()
Returns the identifier to be assigned to the flow definition. |
org.springframework.core.io.Resource |
getPath()
Returns the path to the flow definition resource. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FlowDefinitionResource(String flowId,
org.springframework.core.io.Resource path,
AttributeMap attributes)
flowId - the flow idpath - the location of the resourceattributes - meta-attributes describing the flow resource| Method Detail |
|---|
public String getId()
public org.springframework.core.io.Resource getPath()
public AttributeMap getAttributes()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||