public class ServletStaticFiles extends Object
Constructor and Description |
---|
ServletStaticFiles() |
Modifier and Type | Method and Description |
---|---|
static void |
configureExternalStaticResources(String folder)
Configures location for static resources
|
static void |
configureStaticResources(String folder)
Configures location for static resources
|
static boolean |
isExternalStaticResourcesSet() |
static boolean |
isStaticResourcesSet() |
static List<AbstractResourceHandler> |
staticResourceHandlers() |
public static boolean isStaticResourcesSet()
public static boolean isExternalStaticResourcesSet()
public static List<AbstractResourceHandler> staticResourceHandlers()
public static void configureStaticResources(String folder)
folder
- the locationpublic static void configureExternalStaticResources(String folder)
folder
- the locationCopyright © 2015. All rights reserved.