Uses of Interface
org.w3c.tidy.servlet.RepositoryFactory

Packages that use RepositoryFactory
org.w3c.tidy.servlet JTidyServlet API and common classes. 
org.w3c.tidy.servlet.data Default implementation for validation results handling. 
org.w3c.tidy.servlet.properties JTidyServlet property handling implementation. 
 

Uses of RepositoryFactory in org.w3c.tidy.servlet
 

Methods in org.w3c.tidy.servlet with parameters of type RepositoryFactory
 boolean TidyProcessor.parse(java.io.InputStream in, java.io.OutputStream out, java.lang.String html, java.lang.Object requestID, RepositoryFactory factory)
           
 

Uses of RepositoryFactory in org.w3c.tidy.servlet.data
 

Classes in org.w3c.tidy.servlet.data that implement RepositoryFactory
 class DefaultRepositoryFactory
          Default Factory implementation, Singleton.
 class SessionRepositoryFactory
          Store Repository in http session.
 

Uses of RepositoryFactory in org.w3c.tidy.servlet.properties
 

Methods in org.w3c.tidy.servlet.properties that return RepositoryFactory
 RepositoryFactory JTidyServletProperties.getRepositoryFactoryInstance()
          Returns an instance of configured RepositoryFactory.
 



Copyright © 2004-2005 sourceforge. All Rights Reserved.