|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.w3c.tidy.servlet.data.DefaultResponseRecordRepository
Static Class to store Validation results and Error.
Constructor Summary | |
DefaultResponseRecordRepository()
Create the Repository |
Method Summary | |
void |
addRecord(ResponseRecord result)
Add processing results to repository. |
java.lang.Object |
getLastPK()
{@inheritDoc} |
ResponseRecord |
getRecord(java.lang.Object key)
Immediately get the results. |
ResponseRecord |
getRecord(java.lang.Object key,
int sleep)
Get results sleep if not yet avalable. Used to get validation image Request from browser will come before JTidy processed the HTML |
java.lang.Object |
getResponseID(java.lang.String keyString)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultResponseRecordRepository()
Method Detail |
public void addRecord(ResponseRecord result)
addRecord
in interface ResponseRecordRepository
public java.lang.Object getLastPK()
public java.lang.Object getResponseID(java.lang.String keyString)
getResponseID
in interface ResponseRecordRepository
public ResponseRecord getRecord(java.lang.Object key)
getRecord
in interface ResponseRecordRepository
public ResponseRecord getRecord(java.lang.Object key, int sleep)
getRecord
in interface ResponseRecordRepository
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |