Class Summary |
BasicCheckRunner |
Safely executes a configured List of checks. |
CheckAndResult |
Represents a description of a check as well as the result of having performed that
check. |
CheckingContextListener |
This context listener executes SafeDelegatingCheckRunner, logs its results,
and exposes its results in the ServletContext. |
CheckResult |
Object representing the result of a check. |
ChecksServlet |
A Servlet which renders the results of the checks. |
ClassPresenceCheck |
Checks that a class named as a constructor argument is present. |
Dom3Check |
Checks that DOM level 3 is present. |
JaxpCheck |
Checks that JAXP is present in the JVM. |
SafeDelegatingCheckRunner |
SafeDelegatingCheckRunner safely attempts to delegate to a Spring-configured
ICheckRunner. |
SpringBeanCheck |
Check that a particular named Spring bean is defined. |
SpringPresenceCheck |
Test that the spring.jar is available on the classpath. |
TimeCheck |
An example ICheck implementation which is just a diagnostic and not an assertion. |
XalanVersionCheck |
Checks the Xalan version against a configured value. |