public static class ClientConfig.ClientConfigResources extends Object
| Constructor and Description | 
|---|
ClientConfigResources()  | 
| Modifier and Type | Method and Description | 
|---|---|
PostHandlerChain | 
postHandlerChain(String key)  | 
List<PostHandlerChain> | 
postHandlerChains()
Get the list of PostHandlerChain resources 
 | 
PreHandlerChain | 
preHandlerChain(String key)  | 
List<PreHandlerChain> | 
preHandlerChains()
Get the list of PreHandlerChain resources 
 | 
List<Property> | 
properties()
Get the list of Property resources 
 | 
Property | 
property(String key)  | 
public List<PostHandlerChain> postHandlerChains()
public PostHandlerChain postHandlerChain(String key)
public List<PreHandlerChain> preHandlerChains()
public PreHandlerChain preHandlerChain(String key)
public List<Property> properties()
Copyright © 2018 JBoss by Red Hat. All rights reserved.