Uses of Interface
org.springframework.webflow.executor.jsf.ViewIdMapper

Packages that use ViewIdMapper
org.springframework.webflow.executor.jsf The integration layer between Spring Web Flow and Java Server Faces (JSF). 
 

Uses of ViewIdMapper in org.springframework.webflow.executor.jsf
 

Classes in org.springframework.webflow.executor.jsf that implement ViewIdMapper
static class FlowPhaseListener.DefaultViewIdMapper
          Standard default view id resolver which uses the web flow view name as the jsf view id
 

Methods in org.springframework.webflow.executor.jsf that return ViewIdMapper
 ViewIdMapper FlowPhaseListener.getViewIdMapper()
          Returns the JSF view id resolver used by this phase listener.
 

Methods in org.springframework.webflow.executor.jsf with parameters of type ViewIdMapper
 void FlowPhaseListener.setViewIdMapper(ViewIdMapper viewIdMapper)
          Sets the JSF view id mapper used by this phase listener.
 



Copyright © 2009 Spring Framework. All Rights Reserved.