public class FakeServletContainer
extends Object
Modifier and Type | Field and Description |
---|---|
private static FakeServletConfig |
config |
private static CrossQuery |
crossQuery |
private static DynaXML |
dynaXML |
Constructor and Description |
---|
FakeServletContainer() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
private static void |
service(HttpServlet servlet,
String url) |
private static void |
service(String url) |
private static CrossQuery crossQuery
private static DynaXML dynaXML
private static FakeServletConfig config
private static void service(HttpServlet servlet, String url) throws ServletException, IOException
ServletException
IOException
private static void service(String url) throws ServletException, IOException, InterruptedException
ServletException
IOException
InterruptedException
public static void main(String[] args) throws InterruptedException, ServletException, IOException
InterruptedException
ServletException
IOException