com.sun.el.lang
Class VariableMapperImpl

java.lang.Object
  extended by VariableMapper
      extended by com.sun.el.lang.VariableMapperImpl
All Implemented Interfaces:
Externalizable, Serializable

public class VariableMapperImpl
extends VariableMapper
implements Externalizable


Constructor Summary
VariableMapperImpl()
           
 
Method Summary
 void readExternal(ObjectInput in)
           
 ValueExpression resolveVariable(String variable)
           
 ValueExpression setVariable(String variable, ValueExpression expression)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VariableMapperImpl

public VariableMapperImpl()
Method Detail

resolveVariable

public ValueExpression resolveVariable(String variable)

setVariable

public ValueExpression setVariable(String variable,
                                   ValueExpression expression)

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException


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