public class Location<T extends Location> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Location.LocationResources
Child mutators for Location
|
| Modifier and Type | Method and Description |
|---|---|
T |
filterRef(FilterRef value)
Add the org.wildfly.swarm.config.undertow.server.host.FilterRef object to the list of subresources
|
T |
filterRef(String childKey)
Create and configure a org.wildfly.swarm.config.undertow.server.host.FilterRef object to the list of subresources
|
T |
filterRef(String childKey,
FilterRefConfigurator config)
Create and configure a org.wildfly.swarm.config.undertow.server.host.FilterRef object to the list of subresources
|
T |
filterRefs(List<FilterRef> value)
Add all org.wildfly.swarm.config.undertow.server.host.FilterRef objects to this subresource
|
String |
getKey() |
String |
handler()
Default handler for this location
|
T |
handler(String value)
Default handler for this location
|
Location.LocationResources |
subresources() |
public Location(String key)
public String getKey()
public String handler()
public Location.LocationResources subresources()
public T filterRefs(List<FilterRef> value)
value - List of org.wildfly.swarm.config.undertow.server.host.FilterRef objects.public T filterRef(FilterRef value)
value - The org.wildfly.swarm.config.undertow.server.host.FilterRef to addpublic T filterRef(String childKey, FilterRefConfigurator config)
key - The key for the org.wildfly.swarm.config.undertow.server.host.FilterRef resourceconfig - The org.wildfly.swarm.config.undertow.server.host.FilterRefConfigurator to useCopyright © 2015 JBoss by Red Hat. All rights reserved.