Spring Web Flow

org.springframework.faces.webflow
Class FlowVariableResolver

java.lang.Object
  extended by javax.faces.el.VariableResolver
      extended by org.springframework.faces.expression.ELDelegatingVariableResolver
          extended by org.springframework.faces.webflow.FlowVariableResolver

public class FlowVariableResolver
extends ELDelegatingVariableResolver

Custom variabe resolver for resolving properties on web flow specific variables with JSF 1.1 or > by delegating to web flow's EL resolvers.

Author:
Jeremy Grelle

Constructor Summary
FlowVariableResolver(javax.faces.el.VariableResolver nextResolver)
           
 
Method Summary
 
Methods inherited from class org.springframework.faces.expression.ELDelegatingVariableResolver
resolveVariable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowVariableResolver

public FlowVariableResolver(javax.faces.el.VariableResolver nextResolver)

Spring Web Flow