| AssetServlet | AssetServlet | |||
|---|---|---|---|---|
| Compiled from "AssetServlet.java" | Compiled from "AssetServlet.java" | |||
| public class io.dropwizard.servlets.assets.AssetServlet extends javax.servl et.http.HttpServlet { | public class io.dropwizard.servlets.assets.AssetServlet extends javax.servl et.http.HttpServlet { | |||
| public io.dropwizard.servlets.assets.AssetServlet(java.lang.String, java. lang.String, java.lang.String, java.nio.charset.Charset); | public io.dropwizard.servlets.assets.AssetServlet(java.lang.String, java. lang.String, java.lang.String, java.nio.charset.Charset); | |||
| public java.net.URL getResourceURL(); | public java.net.URL getResourceURL(); | |||
| public java.lang.String getUriPath(); | public java.lang.String getUriPath(); | |||
| public java.lang.String getIndexFile(); | public java.lang.String getIndexFile(); | |||
| protected void doGet(javax.servlet.http.HttpServletRequest, javax.servlet .http.HttpServletResponse) throws javax.servlet.ServletException, java.io.I OException; | protected void doGet(javax.servlet.http.HttpServletRequest, javax.servlet .http.HttpServletResponse) throws javax.servlet.ServletException, java.io.I OException; | |||
| protected java.net.URL getResourceUrl(java.lang.String); | ||||
| protected byte[] readResource(java.net.URL) throws java.io.IOException; | ||||
| static {}; | static {}; | |||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 0 lines changed or deleted | 2 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||