public class ExternalizedStaticContentReader extends java.lang.Object implements StaticContentReader
| Constructor and Description |
|---|
ExternalizedStaticContentReader(java.nio.file.Path rootPath) |
ExternalizedStaticContentReader(java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
readContent(java.lang.String contentPath) |
byte[] |
readContent(javax.ws.rs.core.UriInfo uriInfo) |
public ExternalizedStaticContentReader(java.lang.String path)
public ExternalizedStaticContentReader(java.nio.file.Path rootPath)
public byte[] readContent(javax.ws.rs.core.UriInfo uriInfo)
readContent in interface StaticContentReaderpublic byte[] readContent(java.lang.String contentPath)
readContent in interface StaticContentReader