public class GetProjectContentServlet extends HttpServlet implements InterfaceContextAware
| Constructor and Description | 
|---|
| GetProjectContentServlet() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | doGet(HttpServletRequest request, HttpServletResponse response)Service receiving and processing | 
| void | doPost(HttpServletRequest request, HttpServletResponse response)Service receiving and processing | 
| void | setInterfaceContext(InterfaceContext arg0)Set the context of the service interface. | 
public void setInterfaceContext(InterfaceContext arg0)
InterfaceContextAwareSet the context of the service interface.
setInterfaceContext in interface InterfaceContextAwarearg0 - the context of the service interface.
public void doGet(HttpServletRequest request,
         HttpServletResponse response)
           throws java.io.IOException,
                  ServletException
java.io.IOExceptionServletException
public void doPost(HttpServletRequest request,
          HttpServletResponse response)
            throws java.io.IOException,
                   ServletException
java.io.IOExceptionServletException