ch.security4web.esapi.validator
Class TestValidationTag
java.lang.Object
javax.servlet.jsp.tagext.TagSupport
javax.faces.webapp.ValidatorELTag
ch.security4web.esapi.validator.TestValidationTag
- All Implemented Interfaces:
- java.io.Serializable, javax.servlet.jsp.tagext.IterationTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag
public class TestValidationTag
- extends javax.faces.webapp.ValidatorELTag
* OWASP Enterprise Security API (ESAPI)
This file is part of the Open Web Application Security Project (OWASP)
Enterprise Security API (ESAPI) project. For details, please see
http://www.owasp.org/index.php/ESAPI.
Copyright (c) 2007 - The OWASP Foundation
The ESAPI is published by OWASP under the BSD license. You should read and accept the
LICENSE before you use, modify, and/or redistribute this software.
- Since:
- 1.0
- Version:
- 2.0
- Author:
- Rakesh, Dr.Prof.Emmanuel, Matthey Samuel
- See Also:
- Serialized Form
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Methods inherited from class javax.faces.webapp.ValidatorELTag |
doStartTag |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
doAfterBody, doEndTag, findAncestorWithClass, getId, getParent, getValue, getValues, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestValidationTag
public TestValidationTag()
getBinding
public javax.el.ValueExpression getBinding()
setBinding
public void setBinding(javax.el.ValueExpression binding)
getPattern
public javax.el.ValueExpression getPattern()
setPattern
public void setPattern(javax.el.ValueExpression pattern)
release
public void release()
- Specified by:
release
in interface javax.servlet.jsp.tagext.Tag
- Overrides:
release
in class javax.servlet.jsp.tagext.TagSupport