public class StaticResourcesServlet extends javax.servlet.http.HttpServlet
| Constructor and Description |
|---|
StaticResourcesServlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
protected String |
getPluginKey(javax.servlet.http.HttpServletRequest request) |
protected String |
getPluginKeyAndResourcePath(javax.servlet.http.HttpServletRequest request) |
protected String |
getResourcePath(javax.servlet.http.HttpServletRequest request)
Note that returned value should not have a leading "/" - see
Class.resolveName(String). |
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, servicepublic StaticResourcesServlet()
public void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
doGet in class javax.servlet.http.HttpServletjavax.servlet.ServletExceptionIOExceptionprotected String getPluginKeyAndResourcePath(javax.servlet.http.HttpServletRequest request)
protected String getPluginKey(javax.servlet.http.HttpServletRequest request)
protected String getResourcePath(javax.servlet.http.HttpServletRequest request)
Class.resolveName(String).Copyright © 2009-2012 SonarSource. All Rights Reserved.