org.apache.jasper.el

Class ELContextImpl

public final class ELContextImpl extends ELContext

Implementation of ELContext

Author: Jacob Hookom

Constructor Summary
ELContextImpl()
ELContextImpl(ELResolver resolver)
Method Summary
ELResolvergetELResolver()
FunctionMappergetFunctionMapper()
VariableMappergetVariableMapper()
voidsetFunctionMapper(FunctionMapper functionMapper)
voidsetVariableMapper(VariableMapper variableMapper)

Constructor Detail

ELContextImpl

public ELContextImpl()

ELContextImpl

public ELContextImpl(ELResolver resolver)

Method Detail

getELResolver

public ELResolver getELResolver()

getFunctionMapper

public FunctionMapper getFunctionMapper()

getVariableMapper

public VariableMapper getVariableMapper()

setFunctionMapper

public void setFunctionMapper(FunctionMapper functionMapper)

setVariableMapper

public void setVariableMapper(VariableMapper variableMapper)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.