org.springframework.webflow.executor.jsf
Interface ViewIdMapper
- All Known Implementing Classes:
- FlowPhaseListener.DefaultViewIdMapper
public interface ViewIdMapper
Interface to be implemented by objects that can map Web Flow view names to
JSF view identifiers.
- Author:
- Colin Sampaleanu
|
Method Summary |
java.lang.String |
mapViewId(java.lang.String viewName)
Map the given Web Flow view name to a JSF view id. |
mapViewId
java.lang.String mapViewId(java.lang.String viewName)
- Map the given Web Flow view name to a JSF view id.
- Parameters:
viewName - name of the view to map
- Returns:
- the corresponding JSF view id
Copyright © 2004-2006. All Rights Reserved.