org.ajax4jsf.tests
Class MockELContext2

java.lang.Object
  extended by javax.el.ELContext
      extended by org.ajax4jsf.tests.MockELContext2

public class MockELContext2
extends javax.el.ELContext

Author:
Administrator

Constructor Summary
MockELContext2(javax.faces.context.FacesContext context)
           
 
Method Summary
 javax.el.ELResolver getELResolver()
           
 javax.el.FunctionMapper getFunctionMapper()
           
 javax.el.VariableMapper getVariableMapper()
           
 
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

MockELContext2

public MockELContext2(javax.faces.context.FacesContext context)
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

getVariableMapper

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


Copyright © 2009. All Rights Reserved.