org.apache.beehive.netui.pageflow.internal
Class InternalExpressionUtils
Object
InternalExpressionUtils
public class InternalExpressionUtils
- extends Object
Internal class used to evaluate simple action expressions.
todo: need to merge this down into the expression language registration infrastructure
todo: need to provdie an ImplicitObjectFactory that will create Maps for requestScope, sessionScope, etc.
Method Summary |
static boolean |
evaluateCondition(String expression,
Object actionForm,
HttpServletRequest request,
ServletContext servletContext)
|
static String |
evaluateMessage(String expression,
Object actionForm,
HttpServletRequest request,
ServletContext servletContext)
|
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
evaluateCondition
public static final boolean evaluateCondition(String expression,
Object actionForm,
HttpServletRequest request,
ServletContext servletContext)
throws ELException
- Throws:
ELException
evaluateMessage
public static final String evaluateMessage(String expression,
Object actionForm,
HttpServletRequest request,
ServletContext servletContext)
throws ELException
- Throws:
ELException