org.zkoss.zel
Class ELContext

java.lang.Object
  extended by org.zkoss.zel.ELContext
Direct Known Subclasses:
EvaluationContext, XelELContext

public abstract class ELContext
extends java.lang.Object


Constructor Summary
ELContext()
           
 
Method Summary
 java.lang.Object getContext(java.lang.Class key)
           
abstract  ELResolver getELResolver()
           
abstract  FunctionMapper getFunctionMapper()
           
 java.util.Locale getLocale()
           
abstract  VariableMapper getVariableMapper()
           
 boolean isPropertyResolved()
           
 void putContext(java.lang.Class key, java.lang.Object contextObject)
           
 void setLocale(java.util.Locale locale)
           
 void setPropertyResolved(boolean resolved)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ELContext

public ELContext()
Method Detail

getContext

public java.lang.Object getContext(java.lang.Class key)

putContext

public void putContext(java.lang.Class key,
                       java.lang.Object contextObject)
                throws java.lang.NullPointerException
Throws:
java.lang.NullPointerException

setPropertyResolved

public void setPropertyResolved(boolean resolved)

isPropertyResolved

public boolean isPropertyResolved()

getELResolver

public abstract ELResolver getELResolver()

getFunctionMapper

public abstract FunctionMapper getFunctionMapper()

getVariableMapper

public abstract VariableMapper getVariableMapper()

getLocale

public java.util.Locale getLocale()

setLocale

public void setLocale(java.util.Locale locale)


Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo