Package org.openforis.commons.gateway
Class BBAProxyServlet
- java.lang.Object
-
- javax.servlet.GenericServlet
-
- javax.servlet.http.HttpServlet
-
- org.openforis.commons.gateway.ProxyServlet
-
- org.openforis.commons.gateway.BBAProxyServlet
-
- All Implemented Interfaces:
Serializable,javax.servlet.Servlet,javax.servlet.ServletConfig
public class BBAProxyServlet extends ProxyServlet
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static StringP_LOGIN_URI-
Fields inherited from class org.openforis.commons.gateway.ProxyServlet
P_MODULE_CONTAINER_PATH, P_PROXY_SHARED_KEY_NAME, P_PROXY_SHARED_KEY_VALUE, requestHandler, responseHandler
-
-
Constructor Summary
Constructors Constructor Description BBAProxyServlet()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit()-
Methods inherited from class org.openforis.commons.gateway.ProxyServlet
init, service
-
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
-
-
-
-
Field Detail
-
P_LOGIN_URI
protected static final String P_LOGIN_URI
- See Also:
- Constant Field Values
-
-