Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.apache.cactus.extension.jsp

Class Summary
JspTagLifecycle Convenience class that supports the testing of JSP tag by managing the tag's lifecycle as required by the JSP specification.
JspTagLifecycle.ExpectBodyEvaluatedInterceptor A specialized interceptor that verifies that the tag's body is evaluated at least once.
JspTagLifecycle.ExpectBodySkippedInterceptor A specialized interceptor that asserts that the tag's body is skipped.
JspTagLifecycle.Interceptor Abstract class for intercepting the tag lifecycle.