public interface StaticContentContainer<T extends <any>>
| Modifier and Type | Field and Description | 
|---|---|
static String | 
EXTERNAL_MOUNT_PATH  | 
static Logger | 
log  | 
| Modifier and Type | Method and Description | 
|---|---|
default T | 
mergeIgnoringDuplicates(<any> source,
                       String base,
                       <any> filter)  | 
default T | 
staticContent()
Enable static content to be served from the root of the classpath. 
 | 
default T | 
staticContent(String base)
Enable static content to be served from a given base in the classpath. 
 | 
static final Logger log
static final String EXTERNAL_MOUNT_PATH
default T staticContent()
default T staticContent(String base)
base - The path prefix to use for static content.Copyright © 2018 JBoss by Red Hat. All rights reserved.