Package org.apache.tapestry5.test
Class Jetty7Runner
- java.lang.Object
 - 
- org.apache.tapestry5.test.JettyRunner
 - 
- org.apache.tapestry5.test.Jetty7Runner
 
 
 
- 
- All Implemented Interfaces:
 ServletContainerRunner
@Deprecated public class Jetty7Runner extends JettyRunner
Deprecated.please useJettyRunnerinstead 
- 
- 
Constructor Summary
Constructors Constructor Description Jetty7Runner()Deprecated.Jetty7Runner(String webappFolder, String contextPath, int port, int sslPort)Deprecated. 
 - 
 
- 
- 
Constructor Detail
- 
Jetty7Runner
public Jetty7Runner()
Deprecated. 
- 
Jetty7Runner
public Jetty7Runner(String webappFolder, String contextPath, int port, int sslPort) throws Exception
Deprecated.- Throws:
 Exception
 
 - 
 
 -