Uses of Interface
org.ajax4jsf.webapp.HtmlParser

Packages that use HtmlParser
org.ajax4jsf.webapp Web application-related stuff: filters, parsers, etc. 
 

Uses of HtmlParser in org.ajax4jsf.webapp
 

Methods in org.ajax4jsf.webapp that return HtmlParser
protected abstract  HtmlParser BaseXMLFilter.getParser(java.lang.String mimetype, boolean isAjax, java.lang.String viewId)
           
 

Methods in org.ajax4jsf.webapp with parameters of type HtmlParser
 void FilterServletResponseWrapper.parseContent(java.io.Writer out, HtmlParser parser)
          Parse saved content to output stream ( and store as Dom Document tree )
protected abstract  void BaseXMLFilter.reuseParser(HtmlParser parser)
           
 



Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.