public class ConsoleResources extends Object
| Constructor and Description |
|---|
ConsoleResources(ConsoleConfig config,
String listenerPath,
String requestPath,
String queryString,
String method,
String acceptHeader,
org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository) |
ConsoleResources(ConsoleConfig config,
String listenerPath,
String requestPath,
String queryString,
String method,
String acceptHeader,
org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository,
String host) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
getConsoleResource(String resourceRelativePath) |
void |
isValidPath(String listenerPath)
Validates if the path specified in the listener is a valid one.
|
public ConsoleResources(ConsoleConfig config, String listenerPath, String requestPath, String queryString, String method, String acceptHeader, org.mule.runtime.api.exception.ErrorTypeRepository errorTypeRepository)
public void isValidPath(String listenerPath)
listenerPath - Path specified in the listener element of the consoleCopyright © 2025. All rights reserved.