public class ResourceServlet
extends javax.servlet.http.HttpServlet
Constructor and Description |
---|
ResourceServlet() |
Modifier and Type | Method and Description |
---|---|
protected void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Logic that will be executed for a get request.
|
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws IOException
doGet
in class javax.servlet.http.HttpServlet
request
- the HTTP Servlet request.response
- the HTTP Servlet response.IOException
- if an error occurred.Copyright © 2016 WSO2 Inc. All Rights Reserved.