org.springframework.webflow.util
Interface ResourceHolder
- All Known Implementing Classes:
- XmlFlowBuilder
public interface ResourceHolder
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.
- Author:
- Erwin Vervaet, Keith Donald
- See Also:
FlowBuilder
Method Summary |
org.springframework.core.io.Resource |
getResource()
Returns the flow definition resource held by this holder. |
getResource
org.springframework.core.io.Resource getResource()
- Returns the flow definition resource held by this holder.
Copyright © 2004-2007. All Rights Reserved.