public abstract class FacesValidator
extends jakarta.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() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
debugPrintTagData(String ns,
String ln,
String qn,
Attributes attrs) |
protected abstract String |
getFailureMessage(String prefix,
String uri) |
String |
getJSF_CORE_PRE() |
String |
getJSF_FORM_LN() |
String |
getJSF_FORM_QN() |
String |
getJSF_HTML_PRE() |
String |
getJSF_SUBVIEW_LN() |
String |
getJSF_SUBVIEW_QN() |
String |
getJSTL_CHOOSE_LN() |
String |
getJSTL_CHOOSE_QN() |
String |
getJSTL_CORE_PRE() |
String |
getJSTL_FOREACH_LN() |
String |
getJSTL_FOREACH_QN() |
String |
getJSTL_FORTOKENS_LN() |
String |
getJSTL_FORTOKENS_QN() |
String |
getJSTL_IF_LN() |
String |
getJSTL_IF_QN() |
protected abstract DefaultHandler |
getSAXHandler()
Subclass override.
|
protected void |
init() |
protected void |
maybeSnagTLPrefixes(String qName,
Attributes attrs)
This method provides for the ability of the TLV to use whatever user defined tag lib prefix is in the page to
recognize tags.
|
void |
release() |
jakarta.servlet.jsp.tagext.ValidationMessage[] |
validate(String prefix,
String uri,
jakarta.servlet.jsp.tagext.PageData page)
Validate a Jakarta Server Pages page.
|
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 jakarta.servlet.jsp.tagext.TagLibraryValidatorprotected abstract DefaultHandler getSAXHandler()
Subclass override. If it returns null, the subclass is telling us: do not validate.
public jakarta.servlet.jsp.tagext.ValidationMessage[] validate(String prefix, String uri, jakarta.servlet.jsp.tagext.PageData page)
validate in class jakarta.servlet.jsp.tagext.TagLibraryValidatorprefix - 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)
Copyright © 2010–2022 JBoss by Red Hat. All rights reserved.