org.apache.fulcrum.jetty
Interface JettyService

All Known Implementing Classes:
JettyServiceImpl

public interface JettyService

Starts a Jetty servlet container as Avalon service.

Author:
Siegfried Goeschl

Method Summary
 org.mortbay.jetty.Server getServer()
          Get the underlying Jetty server instance.
 

Method Detail

getServer

org.mortbay.jetty.Server getServer()
Get the underlying Jetty server instance.

Returns:
the Jetty server instance


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.