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

Quick Search    Search Deep

Package com.meterware.servletunit

Interface Summary
FilterMetaData  
InvocationContext An interface which represents the invocation of a servlet.
InvocationContextFactory An interface for an object which acts as a factory of InvocationContexts
JSPServletDescriptor Describes a servlet used to handle JSPs.
ServletMetaData  
SessionListenerDispatcher  
WebApplication.SecurityConstraint  
 

Class Summary
DispatchedRequestWrapper This class represents a request dispatched via a RequestDispatcherImpl.
ExactUrlPatternMatcher  
ExtensionUrlPatternMatcher  
FilterConfigImpl  
FilterUrlMap  
ForwardRequestWrapper  
IncludeRequestWrapper  
InvocationContextImpl This class represents the context in which a specific servlet request is being made.
InvocationContextImpl.ExecutionContext  
InvocationContextImpl.FilterContext  
JUnitServlet A servlet which can run unit tests inside a servlet context.
JUnitServlet.DisplayedResultsFormatter  
JUnitServlet.HTMLResultsFormatter  
JUnitServlet.ResultsFormatter  
JUnitServlet.TextResultsFormatter  
JUnitServlet.XMLResultsFormatter  
ParsedPath A utility class for parsing URLs into paths
PathMappingUrlPatternMatcher  
RequestContext  
RequestDispatcherImpl  
ServletInputStreamImpl An implementation of the standard servlet input stream
ServletRunner This class acts as a test environment for servlets.
ServletRunner.JasperJSPServletDescriptor  
ServletTestCase A base class for test cases to be run via JUnitServlet.
ServletUnitClient A client for use with the servlet runner class, allowing the testing of servlets without an actual servlet container.
ServletUnitContext  
ServletUnitHttpRequest This class represents a servlet request created from a WebRequest.
ServletUnitHttpRequest.PrioritizedLocale  
ServletUnitHttpResponse  
ServletUnitHttpSession  
ServletUnitOutputStream  
ServletUnitServletConfig This class acts as a test environment for servlets.
ServletUnitServletContext This class is a private implementation of the ServletContext class.
ServletUnitWebResponse A response from to a request from the simulated servlet environment.
UrlPatternMatcher  
WebApplication This class represents the information recorded about a single web application.
WebApplication.NullSecurityConstraint  
WebApplication.PartialMatchWebResourceMapping  
WebApplication.SecurityCheckServlet  
WebApplication.SecurityConstraintImpl  
WebApplication.ServletRequestImpl  
WebApplication.WebResourceMapping  
WebResourceConfiguration  
XMLUtils  
 

Exception Summary
BasicAuthenticationRequiredException Thrown when servletunit wants to indicate that a resource is protected in an application using Basic Authorization.