public class Configuration extends AbstractConfiguration
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_CONSOLE_PATH |
protected org.slf4j.Logger |
logger |
api, APPLICATION_RAML, extensionEnabled, flowConstruct, keepRamlBaseUri, MULE_EXPAND_ENTITIES_PROPERTY, MULE_EXTERNAL_ENTITIES_PROPERTY, muleContext, raml, RAML_EXPAND_ENTITIES_PROPERTY, RAML_EXTERNAL_ENTITIES_PROPERTY, restFlowMapWrapper, routingTable, STRICT_DATES_RFC3339, 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) |
Map<String,org.mule.construct.Flow> |
getRawRestFlowMap() |
protected void |
initializeRestFlowMap() |
boolean |
isConsoleEnabled() |
protected Map<String,FlowResolver> |
populateFlowMapWrapper() |
void |
setConsoleEnabled(boolean consoleEnabled) |
void |
setConsolePath(String consolePath) |
void |
setFlowMappings(List<FlowMapping> flowMappings) |
void |
start() |
addConsoleUrl, getAllConfigurations, getApi, getApikitRaml, getApikitRaml, getApikitRamlConsole, getAppHome, getEndpointAddress, getEventAction, getMuleContext, getName, getParentFlow, getRaml, getRamlUpdater, getRestFlowMap, getRouterExtension, initialise, initializeRestFlowMapWrapper, isDisableValidations, isExtensionEnabled, isParserV2, loadApiDefinition, publishConsoleUrls, setDisableValidations, setExtensionEnabled, setKeepRamlBaseUri, setMuleContext, setName, setRaml, updateApipublic 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 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 AbstractConfigurationprotected Map<String,FlowResolver> populateFlowMapWrapper()
populateFlowMapWrapper in class AbstractConfigurationpublic void start()
throws org.mule.api.MuleException
start in interface org.mule.api.lifecycle.Startablestart in class AbstractConfigurationorg.mule.api.MuleExceptionCopyright © 2021. All rights reserved.