com.supermap.geoprocessor.services
Class LoginServiceServlet
- java.lang.Object
-
- HttpServlet
-
- com.supermap.geoprocessor.services.LoginServiceServlet
-
- All Implemented Interfaces:
- InterfaceContextAware
public class LoginServiceServlet extends HttpServlet implements InterfaceContextAware
-
-
Constructor Summary
Constructors Constructor and Description LoginServiceServlet()
-
Method Summary
Methods Modifier and Type Method and Description voiddoGet(HttpServletRequest request, HttpServletResponse response)protected voiddoPost(HttpServletRequest request, HttpServletResponse response)voidsetInterfaceContext(InterfaceContext context)Set the context of the service interface.
-
-
-
Method Detail
-
setInterfaceContext
public void setInterfaceContext(InterfaceContext context)
Description copied from interface:InterfaceContextAwareSet the context of the service interface.
- Specified by:
setInterfaceContextin interfaceInterfaceContextAware- Parameters:
context- the context of the service interface.
-
doGet
public void doGet(HttpServletRequest request, HttpServletResponse response) throws java.io.IOException, ServletException- Throws:
java.io.IOExceptionServletException
-
doPost
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, java.io.IOException- Throws:
ServletExceptionjava.io.IOException
-
-