Spring Web Flow

org.springframework.faces.webflow
Class FlowELResolver

java.lang.Object
  extended by javax.el.ELResolver
      extended by javax.el.CompositeELResolver
          extended by org.springframework.faces.webflow.FlowELResolver

public class FlowELResolver
extends javax.el.CompositeELResolver

Custom ELResolver for resolving web flow specific expressions.

Since:
2.4
Author:
Jeremy Grelle, Phillip Webb

Field Summary
 
Fields inherited from class javax.el.ELResolver
RESOLVABLE_AT_DESIGN_TIME, TYPE
 
Constructor Summary
FlowELResolver()
           
 
Method Summary
 
Methods inherited from class javax.el.CompositeELResolver
add, getCommonPropertyType, getFeatureDescriptors, getType, getValue, invoke, isReadOnly, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlowELResolver

public FlowELResolver()

Spring Web Flow