org.richfaces.validator
Class ELContextWrapper

java.lang.Object
  extended by javax.el.ELContext
      extended by org.richfaces.validator.ELContextWrapper

public class ELContextWrapper
extends javax.el.ELContext

Author:
asmirnov

Constructor Summary
ELContextWrapper(javax.el.ELContext parent, javax.el.ELResolver resolver)
           
 
Method Summary
 java.lang.Object getContext(java.lang.Class key)
           
 javax.el.ELResolver getELResolver()
           
 javax.el.FunctionMapper getFunctionMapper()
           
 javax.el.VariableMapper getVariableMapper()
           
 void putContext(java.lang.Class key, java.lang.Object contextObject)
           
 
Methods inherited from class javax.el.ELContext
getLocale, isPropertyResolved, setLocale, setPropertyResolved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELContextWrapper

public ELContextWrapper(javax.el.ELContext parent,
                        javax.el.ELResolver resolver)
Parameters:
parent -
Method Detail

getELResolver

public javax.el.ELResolver getELResolver()
Specified by:
getELResolver in class javax.el.ELContext

getFunctionMapper

public javax.el.FunctionMapper getFunctionMapper()
Specified by:
getFunctionMapper in class javax.el.ELContext
Returns:
See Also:
ELContext.getFunctionMapper()

getVariableMapper

public javax.el.VariableMapper getVariableMapper()
Specified by:
getVariableMapper in class javax.el.ELContext
Returns:
See Also:
ELContext.getVariableMapper()

getContext

public java.lang.Object getContext(java.lang.Class key)
Overrides:
getContext in class javax.el.ELContext
Parameters:
key -
Returns:
See Also:
ELContext.getContext(java.lang.Class)

putContext

public void putContext(java.lang.Class key,
                       java.lang.Object contextObject)
Overrides:
putContext in class javax.el.ELContext
Parameters:
key -
contextObject -
See Also:
ELContext.putContext(java.lang.Class, java.lang.Object)


Copyright © 2008. All Rights Reserved.