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