Package io.quarkus.devui.runtime
Class DevUIRecorder
java.lang.Object
io.quarkus.devui.runtime.DevUIRecorder
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.vertx.core.Handler<io.vertx.ext.web.RoutingContext>buildTimeStaticHandler(String basePath, Map<String, String> urlAndPath) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>voidcreateJsonRpcRouter(io.quarkus.arc.runtime.BeanContainer beanContainer, Map<String, Map<JsonRpcMethodName, JsonRpcMethod>> extensionMethodsMap, List<String> deploymentMethods, List<String> deploymentSubscriptions, Map<String, RuntimeValue> recordedValues) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>createLocalHostOnlyFilter(List<String> hosts) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>endpointInfoHandler(String basePath) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>mvnpmHandler(String root, Set<URL> mvnpmJarFiles) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>voidshutdownTask(ShutdownContext shutdownContext, String devUIBasePath) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>uiHandler(String finalDestination, String path, List<FileSystemStaticHandler.StaticWebRootConfiguration> webRootConfigurations, ShutdownContext shutdownContext) io.vertx.core.Handler<io.vertx.ext.web.RoutingContext>vaadinRouterHandler(String basePath)
-
Field Details
-
DEV_MANAGER_GLOBALS_JSON_MAPPER_FACTORY
- See Also:
-
-
Constructor Details
-
DevUIRecorder
public DevUIRecorder()
-
-
Method Details
-
shutdownTask
-
createJsonRpcRouter
public void createJsonRpcRouter(io.quarkus.arc.runtime.BeanContainer beanContainer, Map<String, Map<JsonRpcMethodName, JsonRpcMethod>> extensionMethodsMap, List<String> deploymentMethods, List<String> deploymentSubscriptions, Map<String, RuntimeValue> recordedValues) -
communicationHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> communicationHandler() -
uiHandler
public io.vertx.core.Handler<io.vertx.ext.web.RoutingContext> uiHandler(String finalDestination, String path, List<FileSystemStaticHandler.StaticWebRootConfiguration> webRootConfigurations, ShutdownContext shutdownContext) -
buildTimeStaticHandler
-
endpointInfoHandler
-
vaadinRouterHandler
-
mvnpmHandler
-
redirect
-
redirect
-
createLocalHostOnlyFilter
-