|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tidy.servlet.data.DefaultRepositoryFactory org.w3c.tidy.servlet.data.SessionRepositoryFactory
Store Repository in http session.
Field Summary | |
static java.lang.String |
ATTRIBUTE_REPOSITORY
Session attribute, used to store Repository in Session. |
Constructor Summary | |
SessionRepositoryFactory()
|
Method Summary | |
long |
generateNewRequestID(javax.servlet.http.HttpSession httpSession)
Implementation of sequence generator. |
ResponseRecordRepository |
getRepositoryInstance(javax.servlet.http.HttpSession httpSession)
Get the Repository where to store validation results. |
Methods inherited from class org.w3c.tidy.servlet.data.DefaultRepositoryFactory |
allowURI, createRecord, getResponseID |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String ATTRIBUTE_REPOSITORY
Constructor Detail |
public SessionRepositoryFactory()
Method Detail |
public ResponseRecordRepository getRepositoryInstance(javax.servlet.http.HttpSession httpSession)
DefaultRepositoryFactory
getRepositoryInstance
in interface RepositoryFactory
getRepositoryInstance
in class DefaultRepositoryFactory
public long generateNewRequestID(javax.servlet.http.HttpSession httpSession)
generateNewRequestID
in class DefaultRepositoryFactory
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |