Package org.adempiere.eclipse.equinox.http.servlet
package org.adempiere.eclipse.equinox.http.servlet
-
ClassDescription
BridgeServlet
which implements HTTPFilter
to declare "BridgeServlet" as an HTTP Filter (see >=2.3 Servlet spec):Adapted from org.eclipse.equinox.servletbridge.BridgeServlet The BridgeServlet provides a means to bridge the servlet and OSGi runtimes.The ProxyContext provides something similar to a ServletContext for all servlets and resources under a particular ProxyServlet.The ProxyServlet is the private 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.