public class Location extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Location.LocationResources
Child mutators for Location
|
| Modifier and Type | Method and Description |
|---|---|
Location |
filterRef(FilterRef value)
Add the org.wildfly.swarm.config.undertow.server.host.FilterRef object to the list of subresources
|
Location |
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
|
Location |
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 Location filterRefs(List<FilterRef> value)
value - List of org.wildfly.swarm.config.undertow.server.host.FilterRef objects.Copyright © 2015 JBoss by Red Hat. All rights reserved.