com.taggercat.handlers
Class TestExpressionHandler

java.lang.Object
  extended by com.taggercat.handlers.AbstractRequestHandler
      extended by com.taggercat.handlers.TestExpressionHandler
All Implemented Interfaces:
com.taggercat.el.ELPropertyResolver, RequestHandler

public class TestExpressionHandler
extends AbstractRequestHandler

This is a handler to test rule expressions. The expression can be either a JavaScript or Tagger Cat's EL type.

 

Constructor Summary
TestExpressionHandler()
           
 
Method Summary
 java.lang.String getExpression()
           
 java.lang.String getInputFieldId()
           
 void setExpression(java.lang.String expression)
           
 void setInputFieldId(java.lang.String inputFieldId)
           
 
Methods inherited from class com.taggercat.handlers.AbstractRequestHandler
disableClientCache, getDataSourceName, getErrorException, getErrorPage, getErrorPageMethod, getErrorReason, getExplicitDataSourceName, getExplicitDSN, getMatchedPattern, getModel, getRequestController, getResponsePage, getResponsePageMethod, getSessionExpiredPage, getUserName4Log, init, isAjaxRequest, onChainCompleted, resolveProperty, serverTemporaryFile, serveTemporaryFile, service, setActionName, setErrorPage, setErrorPageMethod, setErrorPageMethodToRedirect, setExplicitDataSourceName, setExplicitDSN, setMatchedPattern, setResponsePage, setResponsePageMethod, setResponsePageMethodToRedirect, setSessionExpiredPage
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExpressionHandler

public TestExpressionHandler()
Method Detail

getExpression

public java.lang.String getExpression()

setExpression

public void setExpression(java.lang.String expression)

getInputFieldId

public java.lang.String getInputFieldId()

setInputFieldId

public void setInputFieldId(java.lang.String inputFieldId)