|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseHeadersConfigurer | |
|---|---|
| ro.isdc.wro.http | |
| ro.isdc.wro.http.handler | |
| ro.isdc.wro.http.support | |
| Uses of ResponseHeadersConfigurer in ro.isdc.wro.http |
|---|
| Methods in ro.isdc.wro.http that return ResponseHeadersConfigurer | |
|---|---|
protected ResponseHeadersConfigurer |
WroFilter.newResponseHeadersConfigurer()
|
| Uses of ResponseHeadersConfigurer in ro.isdc.wro.http.handler |
|---|
| Methods in ro.isdc.wro.http.handler that return ResponseHeadersConfigurer | |
|---|---|
protected ResponseHeadersConfigurer |
ResourceProxyRequestHandler.newResponseHeadersConfigurer()
|
| Uses of ResponseHeadersConfigurer in ro.isdc.wro.http.support |
|---|
| Methods in ro.isdc.wro.http.support that return ResponseHeadersConfigurer | |
|---|---|
static ResponseHeadersConfigurer |
ResponseHeadersConfigurer.emptyHeaders()
Factory method which creates a ResponseHeadersConfigurer containing no headers set. |
static ResponseHeadersConfigurer |
ResponseHeadersConfigurer.fromConfig(WroConfiguration config)
Factory method which creates a ResponseHeadersConfigurer containing headers used to disable cache in debug
mode. |
static ResponseHeadersConfigurer |
ResponseHeadersConfigurer.noCache()
Factory method which creates a ResponseHeadersConfigurer containing headers used to disable cache. |
static ResponseHeadersConfigurer |
ResponseHeadersConfigurer.withHeadersSet(String headersAsString)
Factory method which creates a ResponseHeadersConfigurer containing headers provided as string (separated
by | character). |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||