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

Packages that use ResponseRecordRepository
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. 
org.w3c.tidy.servlet.reports Reports generation. 
 

Uses of ResponseRecordRepository in org.w3c.tidy.servlet
 

Methods in org.w3c.tidy.servlet that return ResponseRecordRepository
static ResponseRecordRepository TidyServletHelper.getRecordRepository(javax.servlet.http.HttpSession httpSession)
           
 ResponseRecordRepository RepositoryFactory.getRepositoryInstance(javax.servlet.http.HttpSession httpSession)
          Get the Repository where to store validation results.
 

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

Classes in org.w3c.tidy.servlet.data that implement ResponseRecordRepository
 class DefaultResponseRecordRepository
          Static Class to store Validation results and Error.
 

Methods in org.w3c.tidy.servlet.data that return ResponseRecordRepository
 ResponseRecordRepository SessionRepositoryFactory.getRepositoryInstance(javax.servlet.http.HttpSession httpSession)
           
 ResponseRecordRepository DefaultRepositoryFactory.getRepositoryInstance(javax.servlet.http.HttpSession httpSession)
          Get the Repository where to store validation results.
 

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

Methods in org.w3c.tidy.servlet.properties that return ResponseRecordRepository
 ResponseRecordRepository JTidyServletProperties.getRepositoryInstance(javax.servlet.http.HttpSession httpSession)
          Returns an instance of configured ResponseRecordRepository.
 

Uses of ResponseRecordRepository in org.w3c.tidy.servlet.reports
 

Constructors in org.w3c.tidy.servlet.reports with parameters of type ResponseRecordRepository
Report(ResponseRecordRepository responseRecordRepository)
           
 



Copyright © 2004-2005 sourceforge. All Rights Reserved.