public abstract class FacesValidator
extends javax.servlet.jsp.tagext.TagLibraryValidator
Base class for all faces TLVs
Modifier and Type | Field and Description |
---|---|
protected boolean |
failed |
protected String |
JSF_CORE_PRE |
protected String |
JSF_FORM_LN |
protected String |
JSF_FORM_QN |
protected String |
JSF_HTML_PRE |
protected String |
JSF_SUBVIEW_LN |
protected String |
JSF_SUBVIEW_QN |
protected String |
JSTL_CHOOSE_LN |
protected String |
JSTL_CHOOSE_QN |
protected String |
JSTL_CORE_PRE |
protected String |
JSTL_FOREACH_LN |
protected String |
JSTL_FOREACH_QN |
protected String |
JSTL_FORTOKENS_LN |
protected String |
JSTL_FORTOKENS_QN |
protected String |
JSTL_IF_LN |
protected String |
JSTL_IF_QN |
Constructor and Description |
---|
FacesValidator() |
protected boolean failed
protected String JSF_HTML_PRE
protected String JSF_CORE_PRE
protected String JSTL_CORE_PRE
protected String JSTL_IF_QN
protected String JSTL_IF_LN
protected String JSTL_CHOOSE_QN
protected String JSTL_CHOOSE_LN
protected String JSTL_FOREACH_QN
protected String JSTL_FOREACH_LN
protected String JSTL_FORTOKENS_QN
protected String JSTL_FORTOKENS_LN
protected String JSF_FORM_QN
protected String JSF_FORM_LN
protected String JSF_SUBVIEW_QN
protected String JSF_SUBVIEW_LN
public String getJSF_HTML_PRE()
public String getJSF_CORE_PRE()
public String getJSTL_CORE_PRE()
public String getJSTL_IF_QN()
public String getJSTL_IF_LN()
public String getJSTL_CHOOSE_QN()
public String getJSTL_CHOOSE_LN()
public String getJSTL_FOREACH_QN()
public String getJSTL_FOREACH_LN()
public String getJSTL_FORTOKENS_QN()
public String getJSTL_FORTOKENS_LN()
public String getJSF_FORM_QN()
public String getJSF_FORM_LN()
public String getJSF_SUBVIEW_QN()
public String getJSF_SUBVIEW_LN()
protected void init()
public void release()
release
in class javax.servlet.jsp.tagext.TagLibraryValidator
protected abstract DefaultHandler getSAXHandler()
Subclass override. If it returns null, the subclass is telling us: do not validate.
public javax.servlet.jsp.tagext.ValidationMessage[] validate(String prefix, String uri, javax.servlet.jsp.tagext.PageData page)
validate
in class javax.servlet.jsp.tagext.TagLibraryValidator
prefix
- Value of directive prefix argument.uri
- Value of directive uri argument.page
- JspData page object.protected void debugPrintTagData(String ns, String ln, String qn, Attributes attrs)
protected void maybeSnagTLPrefixes(String qName, Attributes attrs)
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.