public class FileServing extends Object
| Constructor and Description |
|---|
FileServing()
|
| Modifier and Type | Method and Description |
|---|---|
static void |
serve(javax
|
static boolean |
serveIfExists(javax
|
static void |
serveUtf8(javax
|
static boolean |
serveUtf8IfExists(javax
|
public static void serveUtf8(javax.servlet .http .HttpServletResponse response, Path file) throws IOException
IOException
public static boolean serveUtf8IfExists(javax.servlet .http .HttpServletResponse response, Path file) throws IOException
IOException
public static void serve(javax.servlet .http .HttpServletResponse response, Path file) throws IOException
IOException
public static boolean serveIfExists(javax.servlet .http .HttpServletResponse response, Path file) throws IOException
IOException