com.taggercat.handlers
Class FieldValidationRequestHandler
java.lang.Object
com.taggercat.handlers.AbstractRequestHandler
com.taggercat.handlers.FieldValidationRequestHandler
- All Implemented Interfaces:
- com.taggercat.el.ELPropertyResolver, RequestHandler
public class FieldValidationRequestHandler
- extends AbstractRequestHandler
This request handler validates the current field value as to its:
- basic data type
- max character size
- declared property constraints
This request handler is mainly used in conjunction with Ajax calls, and is not used for the
other standard actions, such as save and update.
-

| 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 |
FieldValidationRequestHandler
public FieldValidationRequestHandler()
getDsn
public java.lang.String getDsn()
setDsn
public void setDsn(java.lang.String dsn)
getFieldname
public java.lang.String getFieldname()
setFieldname
public void setFieldname(java.lang.String fieldname)
getFieldValue
public java.lang.String getFieldValue()
setFieldValue
public void setFieldValue(java.lang.String fieldValue)
setFieldName
public void setFieldName(java.lang.String fieldName)
getInputFieldId
public java.lang.String getInputFieldId()
- Returns:
- the inputFieldId
setInputFieldId
public void setInputFieldId(java.lang.String inputFieldId)
- Parameters:
inputFieldId - the inputFieldId to set