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

Quick Search    Search Deep

Package org.apache.cactus.sample.servlet

Class Summary
SampleBodyTag Sample tag that interacts with its body.
SampleFilter Sample filter that implements some very simple business logic.
SampleServlet Sample servlet that implement some very simple business logic.
SampleServletConfig Sample servlet to show how to unit test a servlet that makes calls to getServletConfig(), getServletContext(), log(), ...
SampleTag Sample tag that implements simple tag logic.
TestAll Run all the Sample Servlet API 2.2 Cactus tests.
TestSampleBodyTag Tests of the SampleBodyTag class.
TestSampleFilter Tests of the SampleFilter filter class.
TestSampleServlet Tests of the SampleServlet servlet class.
TestSampleServletAspectWerkz  
TestSampleServletAspectWerkz.GetRequestParametersTestAdvice Intercepts Servlet's doXXX calls and instead redirect the flow of execution to the SampleServlet.getRequestParameters(javax.servlet.http.HttpServletRequest) 55 method to unit test.
TestSampleServletConfig Tests of the SampleServletConfig servlet class.
TestSampleTag Tests of the SampleTag class.