View Javadoc

1   // ========================================================================
2   // Copyright (c) 2009 Intalio, Inc.
3   // ------------------------------------------------------------------------
4   // All rights reserved. This program and the accompanying materials
5   // are made available under the terms of the Eclipse Public License v1.0
6   // and Apache License v2.0 which accompanies this distribution.
7   // The Eclipse Public License is available at 
8   // http://www.eclipse.org/legal/epl-v10.html
9   // The Apache License v2.0 is available at
10  // http://www.opensource.org/licenses/apache2.0.php
11  // You may elect to redistribute this code under either of these licenses. 
12  // ========================================================================
13  package org.eclipse.jetty.osgi.httpservice;
14  
15  import org.eclipse.equinox.http.servlet.HttpServiceServlet;
16  
17  /**
18   * Once this servlet is initialized, it provides the OSGi HttpService.
19   * Compliments of equinox. Currently has no added value.
20   */
21  public class HttpServiceServletX extends HttpServiceServlet
22  {
23  	/**
24  	 * 
25  	 */
26  	private static final long serialVersionUID = 1L;
27  	
28  }