public class HtmlBasicValidator extends FacesValidator
Top level validator for the html_basic tld
Modifier and Type | Class and Description |
---|---|
private class |
HtmlBasicValidator.HtmlBasicValidatorHandler
The handler that provides the base of the TLV implementation.
|
Modifier and Type | Field and Description |
---|---|
private CommandTagParserImpl |
commandTagParser |
private ValidatorInfo |
validatorInfo |
failed, JSF_CORE_PRE, JSF_FORM_LN, JSF_FORM_QN, JSF_HTML_PRE, JSF_SUBVIEW_LN, JSF_SUBVIEW_QN, JSTL_CHOOSE_LN, JSTL_CHOOSE_QN, JSTL_CORE_PRE, JSTL_FOREACH_LN, JSTL_FOREACH_QN, JSTL_FORTOKENS_LN, JSTL_FORTOKENS_QN, JSTL_IF_LN, JSTL_IF_QN
Constructor and Description |
---|
HtmlBasicValidator() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getFailureMessage(java.lang.String prefix,
java.lang.String uri) |
protected org.xml.sax.helpers.DefaultHandler |
getSAXHandler()
Subclass override.
|
protected void |
init() |
void |
release() |
debugPrintTagData, getJSF_CORE_PRE, getJSF_FORM_LN, getJSF_FORM_QN, getJSF_HTML_PRE, getJSF_SUBVIEW_LN, getJSF_SUBVIEW_QN, getJSTL_CHOOSE_LN, getJSTL_CHOOSE_QN, getJSTL_CORE_PRE, getJSTL_FOREACH_LN, getJSTL_FOREACH_QN, getJSTL_FORTOKENS_LN, getJSTL_FORTOKENS_QN, getJSTL_IF_LN, getJSTL_IF_QN, maybeSnagTLPrefixes, validate
private ValidatorInfo validatorInfo
private CommandTagParserImpl commandTagParser
protected void init()
init
in class FacesValidator
public void release()
release
in class FacesValidator
protected org.xml.sax.helpers.DefaultHandler getSAXHandler()
FacesValidator
Subclass override. If it returns null, the subclass is telling us: do not validate.
getSAXHandler
in class FacesValidator
protected java.lang.String getFailureMessage(java.lang.String prefix, java.lang.String uri)
getFailureMessage
in class FacesValidator
Copyright © 2002-2013 Oracle America, Inc. All Rights Reserved.