Simple interface for all objects (typically flow builders) that hold on to a
resource defining a flow (e.g. an XML file). Provides a way to access
information about the underlying resource like the last modified date.
See Also:org.springframework.webflow.engine.builder.FlowBuilder author: Erwin Vervaet author: Keith Donald
Method Summary
public Resource
getResource() Returns the flow definition resource held by this holder.