com.sun.faces.taglib.html_basic
Class HtmlBasicValidator

java.lang.Object
  extended by javax.servlet.jsp.tagext.TagLibraryValidator
      extended by com.sun.faces.taglib.FacesValidator
          extended by com.sun.faces.taglib.html_basic.HtmlBasicValidator

public class HtmlBasicValidator
extends FacesValidator

Top level validator for the html_basic tld

Author:
Justyna Horwat, Ed Burns

Field Summary
 
Fields inherited from class com.sun.faces.taglib.FacesValidator
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 Summary
HtmlBasicValidator()
           
 
Method Summary
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()
           
 
Methods inherited from class com.sun.faces.taglib.FacesValidator
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
 
Methods inherited from class javax.servlet.jsp.tagext.TagLibraryValidator
getInitParameters, setInitParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HtmlBasicValidator

public HtmlBasicValidator()
Method Detail

init

protected void init()
Overrides:
init in class FacesValidator

release

public void release()
Overrides:
release in class FacesValidator

getSAXHandler

protected org.xml.sax.helpers.DefaultHandler getSAXHandler()
Description copied from class: FacesValidator

Subclass override. If it returns null, the subclass is telling us: do not validate.

Specified by:
getSAXHandler in class FacesValidator

getFailureMessage

protected java.lang.String getFailureMessage(java.lang.String prefix,
                                             java.lang.String uri)
Specified by:
getFailureMessage in class FacesValidator


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.