org.apache.jasper.el

Class ELContextWrapper

public final class ELContextWrapper extends ELContext

Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappers

Author: jhook

Constructor Summary
ELContextWrapper(ELContext target, FunctionMapper fnMapper)
Method Summary
ObjectgetContext(Class key)
ELResolvergetELResolver()
FunctionMappergetFunctionMapper()
LocalegetLocale()
VariableMappergetVariableMapper()
booleanisPropertyResolved()
voidputContext(Class key, Object contextObject)
voidsetLocale(Locale locale)
voidsetPropertyResolved(boolean resolved)

Constructor Detail

ELContextWrapper

public ELContextWrapper(ELContext target, FunctionMapper fnMapper)

Method Detail

getContext

public Object getContext(Class key)

getELResolver

public ELResolver getELResolver()

getFunctionMapper

public FunctionMapper getFunctionMapper()

getLocale

public Locale getLocale()

getVariableMapper

public VariableMapper getVariableMapper()

isPropertyResolved

public boolean isPropertyResolved()

putContext

public void putContext(Class key, Object contextObject)

setLocale

public void setLocale(Locale locale)

setPropertyResolved

public void setPropertyResolved(boolean resolved)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.