Class AssetResolutionServlet
- java.lang.Object
-
- jakarta.servlet.GenericServlet
-
- jakarta.servlet.http.HttpServlet
-
- io.dropwizard.servlets.assets.AssetServlet
-
- ru.vyarus.guicey.gsp.app.asset.servlet.AssetResolutionServlet
-
- All Implemented Interfaces:
jakarta.servlet.Servlet,jakarta.servlet.ServletConfig,java.io.Serializable
public class AssetResolutionServlet extends io.dropwizard.servlets.assets.AssetServletCustomized dropwizardAssetServletwhich is able to search assets in multiple classpath locations.- Since:
- 04.12.2018
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AssetResolutionServlet(AssetLookup assets, java.lang.String uriPath, java.lang.String indexFile, java.nio.charset.Charset defaultCharset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.URLgetResourceURL(java.lang.String absolutePath)-
Methods inherited from class io.dropwizard.servlets.assets.AssetServlet
doGet, getDefaultCharset, getDefaultMediaType, getIndexFile, getResourceURL, getUriPath, readResource
-
Methods inherited from class jakarta.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, init, service, service
-
-
-
-
Constructor Detail
-
AssetResolutionServlet
public AssetResolutionServlet(AssetLookup assets, java.lang.String uriPath, @Nullable java.lang.String indexFile, @Nullable java.nio.charset.Charset defaultCharset)
-
-