org.ow2.opensuit.core.expression
Class OpenSuitEvaluationContext
java.lang.Object
org.ow2.opensuit.core.expression.OpenSuitEvaluationContext
- All Implemented Interfaces:
- org.ow2.opensuit.cel.IEvaluationContext
public class OpenSuitEvaluationContext
- extends java.lang.Object
- implements org.ow2.opensuit.cel.IEvaluationContext
This is the expression evaluation context implementation for open SUIT.
Constructor Summary |
OpenSuitEvaluationContext(org.ow2.opensuit.xml.base.Application application,
org.ow2.opensuit.xml.interfaces.IBeanProvider beanProvider,
javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OpenSuitEvaluationContext
public OpenSuitEvaluationContext(org.ow2.opensuit.xml.base.Application application,
org.ow2.opensuit.xml.interfaces.IBeanProvider beanProvider,
javax.servlet.http.HttpServletRequest request)
getApplication
public org.ow2.opensuit.xml.base.Application getApplication()
getRequest
public javax.servlet.http.HttpServletRequest getRequest()
getSession
public OpenSuitSession getSession()
getVariable
public java.lang.Object getVariable(java.lang.String iName)
throws java.lang.Exception
- Specified by:
getVariable
in interface org.ow2.opensuit.cel.IEvaluationContext
- Throws:
java.lang.Exception
getFunctionObject
public java.lang.Object getFunctionObject(org.ow2.opensuit.cel.ICompilationContext.IFunctionContext function)
- Specified by:
getFunctionObject
in interface org.ow2.opensuit.cel.IEvaluationContext
Copyright © 2008-2012 OW2 Consortium. All Rights Reserved.