|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.webflow.definition.registry.FlowDefinitionResource
public class FlowDefinitionResource
A pointer to an externalized flow definition resource. Adds assigned identification information about the resource including the flow id and attributes.
ExternalizedFlowDefinitionRegistrar
,
Serialized FormConstructor Summary | |
---|---|
FlowDefinitionResource(org.springframework.core.io.Resource location)
Creates a new externalized flow definition resource. |
|
FlowDefinitionResource(org.springframework.core.io.Resource location,
AttributeMap attributes)
Creates a new externalized flow definition resource. |
|
FlowDefinitionResource(java.lang.String id,
org.springframework.core.io.Resource location)
Creates a new externalized flow definition. |
|
FlowDefinitionResource(java.lang.String id,
org.springframework.core.io.Resource location,
AttributeMap attributes)
Creates a new externalized flow definition. |
Method Summary | |
---|---|
static java.lang.String |
conventionalFlowId(org.springframework.core.io.Resource location)
Returns the flow id assigned to the flow definition contained in given resource. |
boolean |
equals(java.lang.Object o)
|
AttributeMap |
getAttributes()
Returns arbitrary flow definition attributes. |
java.lang.String |
getId()
Returns the identifier to assign to the flow definition. |
org.springframework.core.io.Resource |
getLocation()
Returns the externalized flow definition resource location. |
int |
hashCode()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FlowDefinitionResource(org.springframework.core.io.Resource location)
location
- the flow resource locationpublic FlowDefinitionResource(org.springframework.core.io.Resource location, AttributeMap attributes)
location
- the flow resource locationattributes
- flow definition attributes to be assignedpublic FlowDefinitionResource(java.lang.String id, org.springframework.core.io.Resource location)
id
- the flow id to be assignedlocation
- the flow resource locationpublic FlowDefinitionResource(java.lang.String id, org.springframework.core.io.Resource location, AttributeMap attributes)
id
- the flow id to be assignedlocation
- the flow resource locationattributes
- flow definition attributes to be assignedMethod Detail |
---|
public java.lang.String getId()
public org.springframework.core.io.Resource getLocation()
public AttributeMap getAttributes()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static java.lang.String conventionalFlowId(org.springframework.core.io.Resource location)
FlowDefinitionResource(Resource)
,
FlowDefinitionResource(Resource, AttributeMap)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |