org.springframework.webflow.executor.jsf
Class FlowPhaseListener.DefaultViewIdMapper

java.lang.Object
  extended by org.springframework.webflow.executor.jsf.FlowPhaseListener.DefaultViewIdMapper
All Implemented Interfaces:
ViewIdMapper
Enclosing class:
FlowPhaseListener

public static class FlowPhaseListener.DefaultViewIdMapper
extends java.lang.Object
implements ViewIdMapper

Standard default view id resolver which uses the web flow view name as the jsf view id


Constructor Summary
FlowPhaseListener.DefaultViewIdMapper()
           
 
Method Summary
 java.lang.String mapViewId(java.lang.String viewName)
          Map the given Spring Web Flow view name to a JSF view identifier.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowPhaseListener.DefaultViewIdMapper

public FlowPhaseListener.DefaultViewIdMapper()
Method Detail

mapViewId

public java.lang.String mapViewId(java.lang.String viewName)
Description copied from interface: ViewIdMapper
Map the given Spring Web Flow view name to a JSF view identifier.

Specified by:
mapViewId in interface ViewIdMapper
Parameters:
viewName - name of the view to map
Returns:
the corresponding JSF view id


Copyright © 2009 Spring Framework. All Rights Reserved.