Uses of Class
org.jgrapes.webconsole.base.WebConsole
Packages that use WebConsole
Package
Description
Provides the components for building web consoles based on the
core, io and http packages.
-
Uses of WebConsole in org.jgrapes.webconsole.base
Methods in org.jgrapes.webconsole.base that return WebConsoleModifier and TypeMethodDescriptionConsoleWeblet.console()Returns the automatically generatedWebConsolecomponent.Methods in org.jgrapes.webconsole.base that return types with arguments of type WebConsoleMethods in org.jgrapes.webconsole.base with parameters of type WebConsoleModifier and TypeMethodDescriptionstatic Set<ConsoleConnection> ConsoleConnection.byConsole(WebConsole console) Return all connections that belong to the given console as a new unmodifiable set.Constructors in org.jgrapes.webconsole.base with parameters of type WebConsole