public class Filter<T extends Filter> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Filter.FilterResources
Child mutators for Filter
|
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
T |
connectionLimit(ConnectionLimit value)
Add the ConnectionLimit object to the list of subresources
|
T |
connectionLimits(List<ConnectionLimit> value)
Add all ConnectionLimit objects to this subresource
|
T |
customFilter(CustomFilter value)
Add the CustomFilter object to the list of subresources
|
T |
customFilters(List<CustomFilter> value)
Add all CustomFilter objects to this subresource
|
T |
errorPage(ErrorPage value)
Add the ErrorPage object to the list of subresources
|
T |
errorPages(List<ErrorPage> value)
Add all ErrorPage objects to this subresource
|
T |
expressionFilter(ExpressionFilter value)
Add the ExpressionFilter object to the list of subresources
|
T |
expressionFilters(List<ExpressionFilter> value)
Add all ExpressionFilter objects to this subresource
|
String |
getKey() |
T |
gzip(Gzip value)
Add the Gzip object to the list of subresources
|
T |
gzips(List<Gzip> value)
Add all Gzip objects to this subresource
|
T |
modCluster(ModCluster value)
Add the ModCluster object to the list of subresources
|
T |
modClusters(List<ModCluster> value)
Add all ModCluster objects to this subresource
|
T |
responseHeader(ResponseHeader value)
Add the ResponseHeader object to the list of subresources
|
T |
responseHeaders(List<ResponseHeader> value)
Add all ResponseHeader objects to this subresource
|
T |
rewrite(Rewrite value)
Add the Rewrite object to the list of subresources
|
T |
rewrites(List<Rewrite> value)
Add all Rewrite objects to this subresource
|
Filter.FilterResources |
subresources() |
public String getKey()
public Filter.FilterResources subresources()
public T errorPages(List<ErrorPage> value)
value - List of ErrorPage objects.public T errorPage(ErrorPage value)
value - The ErrorPage to addpublic T customFilters(List<CustomFilter> value)
value - List of CustomFilter objects.public T customFilter(CustomFilter value)
value - The CustomFilter to addpublic T gzips(List<Gzip> value)
value - List of Gzip objects.public T gzip(Gzip value)
value - The Gzip to addpublic T modClusters(List<ModCluster> value)
value - List of ModCluster objects.public T modCluster(ModCluster value)
value - The ModCluster to addpublic T expressionFilters(List<ExpressionFilter> value)
value - List of ExpressionFilter objects.public T expressionFilter(ExpressionFilter value)
value - The ExpressionFilter to addpublic T responseHeaders(List<ResponseHeader> value)
value - List of ResponseHeader objects.public T responseHeader(ResponseHeader value)
value - The ResponseHeader to addpublic T rewrites(List<Rewrite> value)
value - List of Rewrite objects.public T rewrite(Rewrite value)
value - The Rewrite to addpublic T connectionLimits(List<ConnectionLimit> value)
value - List of ConnectionLimit objects.public T connectionLimit(ConnectionLimit value)
value - The ConnectionLimit to addCopyright © 2015 JBoss by Red Hat. All rights reserved.