com.sun.el.lang
Class VariableMapperFactory

java.lang.Object
  extended by VariableMapper
      extended by com.sun.el.lang.VariableMapperFactory

public class VariableMapperFactory
extends VariableMapper


Constructor Summary
VariableMapperFactory(VariableMapper target)
           
 
Method Summary
 VariableMapper create()
           
 ValueExpression resolveVariable(String variable)
           
 ValueExpression setVariable(String variable, ValueExpression expression)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableMapperFactory

public VariableMapperFactory(VariableMapper target)
Method Detail

create

public VariableMapper create()

resolveVariable

public ValueExpression resolveVariable(String variable)

setVariable

public ValueExpression setVariable(String variable,
                                   ValueExpression expression)


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.