org.eclipse.equinox.http.servlet.HttpServiceServlet Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.portal.osgi.web.http.servlet.impl
Show all versions of com.liferay.portal.osgi.web.http.servlet.impl
Liferay Portal OSGi Web HTTP Servlet Implementation
The newest version!
/*******************************************************************************
* Copyright (c) 2005, 2014 Cognos Incorporated, IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Cognos Incorporated - initial API and implementation
* IBM Corporation - bug fixes and enhancements
* Raymond Augé - Bug 436698
*******************************************************************************/
package org.eclipse.equinox.http.servlet;
import org.eclipse.equinox.http.servlet.internal.servlet.ProxyServlet;
/**
* The HttpServiceServlet is the "public" side of a Servlet that when registered (and init() called) in a servlet container
* will in-turn register and provide an OSGi Http Service implementation.
* This class is not meant for extending or even using directly and is purely meant for registering
* in a servlet container.
* @noextend This class is not intended to be subclassed by clients.
*/
public class HttpServiceServlet extends ProxyServlet {
private static final long serialVersionUID = -3647550992964861187L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy