| java.lang.Object org.springframework.webflow.definition.registry.FlowDefinitionResource
FlowDefinitionResource | public class FlowDefinitionResource implements Serializable(Code) | | A pointer to an externalized flow definition resource. Adds assigned
identification information about the resource including the flow id and
attributes.
See Also: ExternalizedFlowDefinitionRegistrar author: Keith Donald |
FlowDefinitionResource | public FlowDefinitionResource(Resource location)(Code) | | Creates a new externalized flow definition resource. The flow id assigned will be
the same name as the externalized resource's filename, excluding the extension.
Parameters: location - the flow resource location |
FlowDefinitionResource | public FlowDefinitionResource(Resource location, AttributeMap attributes)(Code) | | Creates a new externalized flow definition resource. The flow id assigned will be
the same name as the externalized resource's filename, excluding the extension.
Parameters: location - the flow resource location Parameters: attributes - flow definition attributes to be assigned |
FlowDefinitionResource | public FlowDefinitionResource(String id, Resource location)(Code) | | Creates a new externalized flow definition.
Parameters: id - the flow id to be assigned Parameters: location - the flow resource location |
FlowDefinitionResource | public FlowDefinitionResource(String id, Resource location, AttributeMap attributes)(Code) | | Creates a new externalized flow definition.
Parameters: id - the flow id to be assigned Parameters: location - the flow resource location Parameters: attributes - flow definition attributes to be assigned |
getAttributes | public AttributeMap getAttributes()(Code) | | Returns arbitrary flow definition attributes.
|
getId | public String getId()(Code) | | Returns the identifier to assign to the flow definition.
|
getLocation | public Resource getLocation()(Code) | | Returns the externalized flow definition resource location.
|
hashCode | public int hashCode()(Code) | | |
|
|