|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |