|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Configuration in net.craftforge.essential.client |
|---|
| Constructors in net.craftforge.essential.client with parameters of type Configuration | |
|---|---|
LocalClient(String packagePath,
Configuration config)
Creates a local client and initializes a controller for resource classes in the given package path. |
|
| Uses of Configuration in net.craftforge.essential.controller |
|---|
| Methods in net.craftforge.essential.controller that return Configuration | |
|---|---|
Configuration |
Setup.getConfiguration()
Gets the controller configuration. |
| Methods in net.craftforge.essential.controller with parameters of type Configuration | |
|---|---|
static Controller |
Controller.getInstance(String packagePath,
Configuration config)
Controls instantiation process to ensure that only one controller per package path and configuration (identified by name) is used. |
| Constructors in net.craftforge.essential.controller with parameters of type Configuration | |
|---|---|
Setup(ResourceManager resourceManager,
DocumentationManager documentationManager,
Configuration configuration,
Request request,
Response response)
Constructs the setup. |
|
| Uses of Configuration in net.craftforge.essential.controller.managers |
|---|
| Methods in net.craftforge.essential.controller.managers with parameters of type Configuration | |
|---|---|
WadlApplication |
DocumentationManager.getDocumentation(String path,
Configuration config)
Gets the documentation in WADL for a resource identified via the given path in context of the specified configuration. |
protected List<WadlMethod> |
DocumentationManager.getMethods(List<Method> resourceMethods,
Configuration configuration)
Gets the list of all resource HTTP methods from a list of resource Java methods and a controller configuration. |
protected WadlRequest |
DocumentationManager.getRequest(Method resourceMethod,
Configuration configuration)
Gets the request for a resource Java method and a controller configuration. |
protected List<WadlRepresentation> |
DocumentationManager.getRequestRepresentations(Method method,
Configuration configuration)
Gets a request representation from a Java method and a controller configuration. |
protected WadlResource |
DocumentationManager.getResource(String path,
Configuration configuration)
Gets a resource from a resource path and a controller configuration. |
protected List<WadlRepresentation> |
DocumentationManager.getResponseRepresentations(Method method,
Configuration configuration)
Gets a response representation from a Java method and a controller configuration. |
protected List<WadlResponse> |
DocumentationManager.getResponses(Method resourceMethod,
Configuration configuration)
Gets a list of possible responses of a resource Java method and a controller configuration. |
| Constructors in net.craftforge.essential.controller.managers with parameters of type Configuration | |
|---|---|
PropertyHandler(Configuration configuration)
|
|
| Uses of Configuration in net.craftforge.essential.supply |
|---|
| Fields in net.craftforge.essential.supply declared as Configuration | |
|---|---|
protected Configuration |
Producer.config
The configuration |
protected Configuration |
Consumer.config
|
| Constructors in net.craftforge.essential.supply with parameters of type Configuration | |
|---|---|
Consumer(Configuration config)
|
|
Producer(Configuration config)
Constructs the producer by supplying the controller configuration. |
|
| Uses of Configuration in net.craftforge.essential.supply.jaxb |
|---|
| Constructors in net.craftforge.essential.supply.jaxb with parameters of type Configuration | |
|---|---|
JaxbConsumer(Configuration config)
|
|
JaxbProducer(Configuration config)
Constructs the producer by supplying the controller configuration. |
|
| Uses of Configuration in net.craftforge.essential.testsuite |
|---|
| Fields in net.craftforge.essential.testsuite declared as Configuration | |
|---|---|
static Configuration |
TestValues.DEFAULT_CONFIGURATION
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||