com.sun.facelets.el
Class LegacyELContext

java.lang.Object
  extended by javax.el.ELContext
      extended by com.sun.facelets.el.LegacyELContext

Deprecated.

public final class LegacyELContext
extends javax.el.ELContext

Version:
$Id: LegacyELContext.java,v 1.7 2005/09/26 00:38:51 jhook Exp $
Author:
Jacob Hookom

Constructor Summary
LegacyELContext(FacesContext faces)
          Deprecated.  
 
Method Summary
 javax.el.ELResolver getELResolver()
          Deprecated.  
 FacesContext getFacesContext()
          Deprecated.  
 javax.el.FunctionMapper getFunctionMapper()
          Deprecated.  
 javax.el.VariableMapper getVariableMapper()
          Deprecated.  
 
Methods inherited from class javax.el.ELContext
getContext, getLocale, isPropertyResolved, putContext, setLocale, setPropertyResolved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LegacyELContext

public LegacyELContext(FacesContext faces)
Deprecated. 
Method Detail

getELResolver

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

getFunctionMapper

public javax.el.FunctionMapper getFunctionMapper()
Deprecated. 
Specified by:
getFunctionMapper in class javax.el.ELContext

getVariableMapper

public javax.el.VariableMapper getVariableMapper()
Deprecated. 
Specified by:
getVariableMapper in class javax.el.ELContext

getFacesContext

public FacesContext getFacesContext()
Deprecated. 


Copyright © 2005 All Rights Reserved.