|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ValidationHandler
Interface for all classes that receives an XBRLValidationReport and prepares other report that can be used by applications
| Method Summary | |
|---|---|
void |
init(javax.servlet.ServletConfig config)
This method will be called by the ValidationXBRL servlet at the time ValidationXBRL servlet is initialized. |
void |
processReport(XBRLInstance instance,
XBRLValidationReport report,
javax.servlet.http.HttpServletResponse response)
This function is called by the validation service. |
| Method Detail |
|---|
void processReport(XBRLInstance instance,
XBRLValidationReport report,
javax.servlet.http.HttpServletResponse response)
throws java.io.IOException,
javax.servlet.ServletException
instance - report - response -
java.io.IOException
javax.servlet.ServletException
void init(javax.servlet.ServletConfig config)
throws javax.servlet.ServletException
config -
javax.servlet.ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||