public class Configuration extends AbstractConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CONSOLE_PATH |
protected org.slf4j.Logger |
logger |
api, APPLICATION_RAML, flowConstruct, muleContext, raml, restFlowMapWrapper, routingTable, uriPatternCache, uriResolverCache| Constructor and Description |
|---|
Configuration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getConsolePath() |
Set<String> |
getFlowActionRefs(org.mule.construct.Flow flow) |
List<FlowMapping> |
getFlowMappings() |
protected FlowResolver |
getFlowResolver(AbstractConfiguration abstractConfiguration,
String key) |
protected HttpRestRequest |
getHttpRestRequest(org.mule.api.MuleEvent event) |
org.raml.parser.loader.ResourceLoader |
getRamlResourceLoader() |
Map<String,org.mule.construct.Flow> |
getRawRestFlowMap() |
protected org.raml.parser.rule.NodeRuleFactory |
getValidatorNodeRuleFactory() |
protected void |
initializeRestFlowMap() |
boolean |
isConsoleEnabled() |
void |
setConsoleEnabled(boolean consoleEnabled) |
void |
setConsolePath(String consolePath) |
void |
setFlowMappings(List<FlowMapping> flowMappings) |
addConsoleUrl, getAllConfigurations, getApi, getApikitRaml, getApikitRaml, getEndpointAddress, getEventAction, getMuleContext, getName, getRaml, getRamlUpdater, getRestFlowMap, initialise, initializeRestFlowMapWrapper, isDisableValidations, loadApiDefinition, publishConsoleUrls, setDisableValidations, setMuleContext, setName, setRaml, updateApi, validateRamlpublic static final String DEFAULT_CONSOLE_PATH
protected final org.slf4j.Logger logger
public boolean isConsoleEnabled()
public void setConsoleEnabled(boolean consoleEnabled)
public String getConsolePath()
public void setConsolePath(String consolePath)
public List<FlowMapping> getFlowMappings()
public void setFlowMappings(List<FlowMapping> flowMappings)
protected HttpRestRequest getHttpRestRequest(org.mule.api.MuleEvent event)
getHttpRestRequest in class AbstractConfigurationpublic org.raml.parser.loader.ResourceLoader getRamlResourceLoader()
getRamlResourceLoader in class AbstractConfigurationprotected org.raml.parser.rule.NodeRuleFactory getValidatorNodeRuleFactory()
getValidatorNodeRuleFactory in class AbstractConfigurationprotected void initializeRestFlowMap()
initializeRestFlowMap in class AbstractConfigurationpublic Set<String> getFlowActionRefs(org.mule.construct.Flow flow)
getFlowActionRefs in class AbstractConfigurationprotected FlowResolver getFlowResolver(AbstractConfiguration abstractConfiguration, String key)
getFlowResolver in class AbstractConfigurationCopyright © 2014. All rights reserved.