public class FilterConfiguration.FilterConfigurationResources extends Object
| Constructor and Description |
|---|
FilterConfigurationResources() |
| Modifier and Type | Method and Description |
|---|---|
List<ConnectionLimit> |
connectionLimits()
Get the list of org.wildfly.swarm.config.undertow.configuration.ConnectionLimit resources
|
List<CustomFilter> |
customFilters()
Get the list of org.wildfly.swarm.config.undertow.configuration.CustomFilter resources
|
List<ErrorPage> |
errorPages()
Get the list of org.wildfly.swarm.config.undertow.configuration.ErrorPage resources
|
List<ExpressionFilter> |
expressionFilters()
Get the list of org.wildfly.swarm.config.undertow.configuration.ExpressionFilter resources
|
List<Gzip> |
gzips()
Get the list of org.wildfly.swarm.config.undertow.configuration.Gzip resources
|
List<ModCluster> |
modClusters()
Get the list of org.wildfly.swarm.config.undertow.configuration.ModCluster resources
|
List<ResponseHeader> |
responseHeaders()
Get the list of org.wildfly.swarm.config.undertow.configuration.ResponseHeader resources
|
List<Rewrite> |
rewrites()
Get the list of org.wildfly.swarm.config.undertow.configuration.Rewrite resources
|
public List<ErrorPage> errorPages()
public List<CustomFilter> customFilters()
public List<Gzip> gzips()
public List<ModCluster> modClusters()
public List<ExpressionFilter> expressionFilters()
public List<ResponseHeader> responseHeaders()
public List<Rewrite> rewrites()
public List<ConnectionLimit> connectionLimits()
Copyright © 2015 JBoss by Red Hat. All rights reserved.