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 FilterRef object to the list of subresources
|
T |
filterRefs(List<FilterRef> value)
Add all 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 FilterRef objects.Copyright © 2015 JBoss by Red Hat. All rights reserved.