public class FilterConfiguration<T extends FilterConfiguration> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
FilterConfiguration.FilterConfigurationResources
Child mutators for FilterConfiguration
|
| Constructor and Description |
|---|
FilterConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
T |
connectionLimit(ConnectionLimit value)
Add the org.wildfly.swarm.config.undertow.configuration.ConnectionLimit object to the list of subresources
|
T |
connectionLimit(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ConnectionLimit object to the list of subresources
|
T |
connectionLimit(String childKey,
ConnectionLimitConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ConnectionLimit object to the list of subresources
|
T |
connectionLimits(List<ConnectionLimit> value)
Add all org.wildfly.swarm.config.undertow.configuration.ConnectionLimit objects to this subresource
|
T |
customFilter(CustomFilter value)
Add the org.wildfly.swarm.config.undertow.configuration.CustomFilter object to the list of subresources
|
T |
customFilter(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.CustomFilter object to the list of subresources
|
T |
customFilter(String childKey,
CustomFilterConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.CustomFilter object to the list of subresources
|
T |
customFilters(List<CustomFilter> value)
Add all org.wildfly.swarm.config.undertow.configuration.CustomFilter objects to this subresource
|
T |
errorPage(ErrorPage value)
Add the org.wildfly.swarm.config.undertow.configuration.ErrorPage object to the list of subresources
|
T |
errorPage(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ErrorPage object to the list of subresources
|
T |
errorPage(String childKey,
ErrorPageConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ErrorPage object to the list of subresources
|
T |
errorPages(List<ErrorPage> value)
Add all org.wildfly.swarm.config.undertow.configuration.ErrorPage objects to this subresource
|
T |
expressionFilter(ExpressionFilter value)
Add the org.wildfly.swarm.config.undertow.configuration.ExpressionFilter object to the list of subresources
|
T |
expressionFilter(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ExpressionFilter object to the list of subresources
|
T |
expressionFilter(String childKey,
ExpressionFilterConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ExpressionFilter object to the list of subresources
|
T |
expressionFilters(List<ExpressionFilter> value)
Add all org.wildfly.swarm.config.undertow.configuration.ExpressionFilter objects to this subresource
|
String |
getKey() |
T |
gzip(Gzip value)
Add the org.wildfly.swarm.config.undertow.configuration.Gzip object to the list of subresources
|
T |
gzip(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.Gzip object to the list of subresources
|
T |
gzip(String childKey,
GzipConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.Gzip object to the list of subresources
|
T |
gzips(List<Gzip> value)
Add all org.wildfly.swarm.config.undertow.configuration.Gzip objects to this subresource
|
T |
modCluster(ModCluster value)
Add the org.wildfly.swarm.config.undertow.configuration.ModCluster object to the list of subresources
|
T |
modCluster(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ModCluster object to the list of subresources
|
T |
modCluster(String childKey,
ModClusterConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ModCluster object to the list of subresources
|
T |
modClusters(List<ModCluster> value)
Add all org.wildfly.swarm.config.undertow.configuration.ModCluster objects to this subresource
|
T |
responseHeader(ResponseHeader value)
Add the org.wildfly.swarm.config.undertow.configuration.ResponseHeader object to the list of subresources
|
T |
responseHeader(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ResponseHeader object to the list of subresources
|
T |
responseHeader(String childKey,
ResponseHeaderConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.ResponseHeader object to the list of subresources
|
T |
responseHeaders(List<ResponseHeader> value)
Add all org.wildfly.swarm.config.undertow.configuration.ResponseHeader objects to this subresource
|
T |
rewrite(Rewrite value)
Add the org.wildfly.swarm.config.undertow.configuration.Rewrite object to the list of subresources
|
T |
rewrite(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.configuration.Rewrite object to the list of subresources
|
T |
rewrite(String childKey,
RewriteConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.configuration.Rewrite object to the list of subresources
|
T |
rewrites(List<Rewrite> value)
Add all org.wildfly.swarm.config.undertow.configuration.Rewrite objects to this subresource
|
FilterConfiguration.FilterConfigurationResources |
subresources() |
public String getKey()
public FilterConfiguration.FilterConfigurationResources subresources()
public T errorPages(List<ErrorPage> value)
value - List of org.wildfly.swarm.config.undertow.configuration.ErrorPage objects.public T errorPage(ErrorPage value)
value - The org.wildfly.swarm.config.undertow.configuration.ErrorPage to addpublic T errorPage(String childKey, ErrorPageConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ErrorPage resourceconfig - The org.wildfly.swarm.config.undertow.configuration.ErrorPageConfigurator to usepublic T errorPage(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ErrorPage resourcepublic T customFilters(List<CustomFilter> value)
value - List of org.wildfly.swarm.config.undertow.configuration.CustomFilter objects.public T customFilter(CustomFilter value)
value - The org.wildfly.swarm.config.undertow.configuration.CustomFilter to addpublic T customFilter(String childKey, CustomFilterConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.configuration.CustomFilter resourceconfig - The org.wildfly.swarm.config.undertow.configuration.CustomFilterConfigurator to usepublic T customFilter(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.CustomFilter resourcepublic T gzips(List<Gzip> value)
value - List of org.wildfly.swarm.config.undertow.configuration.Gzip objects.public T gzip(Gzip value)
value - The org.wildfly.swarm.config.undertow.configuration.Gzip to addpublic T gzip(String childKey, GzipConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.configuration.Gzip resourceconfig - The org.wildfly.swarm.config.undertow.configuration.GzipConfigurator to usepublic T gzip(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.Gzip resourcepublic T modClusters(List<ModCluster> value)
value - List of org.wildfly.swarm.config.undertow.configuration.ModCluster objects.public T modCluster(ModCluster value)
value - The org.wildfly.swarm.config.undertow.configuration.ModCluster to addpublic T modCluster(String childKey, ModClusterConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ModCluster resourceconfig - The org.wildfly.swarm.config.undertow.configuration.ModClusterConfigurator to usepublic T modCluster(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ModCluster resourcepublic T expressionFilters(List<ExpressionFilter> value)
value - List of org.wildfly.swarm.config.undertow.configuration.ExpressionFilter objects.public T expressionFilter(ExpressionFilter value)
value - The org.wildfly.swarm.config.undertow.configuration.ExpressionFilter to addpublic T expressionFilter(String childKey, ExpressionFilterConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ExpressionFilter resourceconfig - The org.wildfly.swarm.config.undertow.configuration.ExpressionFilterConfigurator to usepublic T expressionFilter(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ExpressionFilter resourcepublic T responseHeaders(List<ResponseHeader> value)
value - List of org.wildfly.swarm.config.undertow.configuration.ResponseHeader objects.public T responseHeader(ResponseHeader value)
value - The org.wildfly.swarm.config.undertow.configuration.ResponseHeader to addpublic T responseHeader(String childKey, ResponseHeaderConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ResponseHeader resourceconfig - The org.wildfly.swarm.config.undertow.configuration.ResponseHeaderConfigurator to usepublic T responseHeader(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ResponseHeader resourcepublic T rewrites(List<Rewrite> value)
value - List of org.wildfly.swarm.config.undertow.configuration.Rewrite objects.public T rewrite(Rewrite value)
value - The org.wildfly.swarm.config.undertow.configuration.Rewrite to addpublic T rewrite(String childKey, RewriteConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.configuration.Rewrite resourceconfig - The org.wildfly.swarm.config.undertow.configuration.RewriteConfigurator to usepublic T rewrite(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.Rewrite resourcepublic T connectionLimits(List<ConnectionLimit> value)
value - List of org.wildfly.swarm.config.undertow.configuration.ConnectionLimit objects.public T connectionLimit(ConnectionLimit value)
value - The org.wildfly.swarm.config.undertow.configuration.ConnectionLimit to addpublic T connectionLimit(String childKey, ConnectionLimitConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ConnectionLimit resourceconfig - The org.wildfly.swarm.config.undertow.configuration.ConnectionLimitConfigurator to usepublic T connectionLimit(String childKey)
key - The key for the org.wildfly.swarm.config.undertow.configuration.ConnectionLimit resourceCopyright © 2015 JBoss by Red Hat. All rights reserved.