public class StaticFiles extends Object
Constructor and Description |
---|
StaticFiles() |
Modifier and Type | Method and Description |
---|---|
static void |
setExternalLocationIfPresent(String externalFileLocation,
List<org.eclipse.jetty.server.Handler> handlersInList)
Adds external static file location to 'handlersInList' if present
|
static void |
setLocationIfPresent(String staticFileLocation,
List<org.eclipse.jetty.server.Handler> handlersInList)
Adds static file location to 'handlersInList' if present
|
public static void setLocationIfPresent(String staticFileLocation, List<org.eclipse.jetty.server.Handler> handlersInList)
staticFileLocation
- staticFileLocationhandlersInList
- handlersInListpublic static void setExternalLocationIfPresent(String externalFileLocation, List<org.eclipse.jetty.server.Handler> handlersInList)
externalFileLocation
- externalFileLocationhandlersInList
- handlersInListCopyright © 2015. All rights reserved.