public class Handler<T extends Handler> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Handler.HandlerResources
Child mutators for Handler
|
| Constructor and Description |
|---|
Handler() |
| Modifier and Type | Method and Description |
|---|---|
T |
file(File value)
Add the File object to the list of subresources
|
T |
files(List<File> value)
Add all File objects to this subresource
|
String |
getKey() |
T |
reverseProxy(ReverseProxy value)
Add the ReverseProxy object to the list of subresources
|
T |
reverseProxys(List<ReverseProxy> value)
Add all ReverseProxy objects to this subresource
|
Handler.HandlerResources |
subresources() |
public String getKey()
public Handler.HandlerResources subresources()
public T reverseProxys(List<ReverseProxy> value)
value - List of ReverseProxy objects.public T reverseProxy(ReverseProxy value)
value - The ReverseProxy to addpublic T files(List<File> value)
value - List of File objects.Copyright © 2015 JBoss by Red Hat. All rights reserved.