org.sonatype.tests.http.server.api
Interface TestServlet

All Superinterfaces:
javax.servlet.Servlet
All Known Implementing Classes:
BehaviourServlet, ContentServlet, ErrorServlet, ProxyTestServlet

public interface TestServlet
extends javax.servlet.Servlet

Author:
Benjamin Hanzelmann

Method Summary
 String getPath()
          The pathspec for the servlet.
 
Methods inherited from interface javax.servlet.Servlet
destroy, getServletConfig, getServletInfo, init, service
 

Method Detail

getPath

String getPath()
The pathspec for the servlet.



Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.