All Classes and Interfaces

Class
Description
Provides a base class for implementing web console components.
The information tracked about web console components that are used by the console.
Sent to the console (server) if a new web console component instance of a given type should be added to the web console page.
Adds a web console component type with its global resources (JavaScript and/or CSS) to the console page.
Specifies an embedded instance to be added.
Adds <link …/>, <style>...</style> or <script ...></script> nodes to the web console’s <head> node on behalf of components that provide such resources.
Represents a script resource that is to be loaded or evaluated by the browser.
Provides resources using Request/Response events.
The Class BrowserLocalBackedKVStore.
Provider for the Browser Require library.
A factory for creating BrowserRequireProviders.
Provider for the Chart.js library.
A factory for creating ChartJsProviders.
Causes previously opened modal dialog to be closed.
This interface provides web console component related constants.
The render modes.
Defines a web console component base model following the JavaBean conventions.
A factory interface for web console components.
A notification that a conlet view was deleted in the browser.
An event that signals the request of a resource by the web console (browser).
 
Events derived from this class are transformed to JSON messages that are sent to the web console page.
This event is the completed event for the ConsolePrepared event.
The server side representation of a window in the browser that displays a console page (a console connection).
Notifies the server about a change of the web console layout.
This event is the completion event for the ConsoleReady event.
Signals the successful loading of the web console structure in the browser.
A ResourceBundle.Control that implements a special lookup algorithm.
A Principal representing a role used by web console components.
A Principal representing an identity used by web console components.
The server side base class for the web console single page application (SPA).
Deprecated.
Deprecated.
Request the browser to remove a conlet view from the display.
Causes a notification to be display on the top of the web console page.
Provider for the Font Awesome.
A factory for creating FontAwesomeProviders.
Provider for Fork Awesome.
A factory for creating ForkAwesomeProviders.
A page with various elements for testing CSS definitions.
A factory for creating FormTestConlet objects.
 
A console weblet that uses a freemarker template to generate the HTML source for the console page.
Provider for the Gridstack.js library.
Deprecated.
No longer needed because gridstack provides its own touch library now.
A factory for creating GridstackProviders.
Example of a simple conlet.
Model with world’s state.
A factory for creating HelloWorldConlet objects.
Provider for the JGrapes Web Console Components.
A factory for creating JgWcComponentsProviders.
 
 
 
The factory service for JmxBrowserConlets.
Provider for the JQuery library.
A factory for creating JQueryProviders.
Provider for the jQueryUI library.
A factory for creating JQueryUis.
Provider for the jQuery UI Touch Punch library.
A factory for creating JQueryUiTouchPunchProviders.
Provides resources using Request/Response events.
Holds the information about a theme.
A JSON notification from the web console view (browser) to the web console.
A component that restores the console layout using key/value events for persisting the data between sessions.
Holds the information about a supported language.
Sent by the server to the browser in response to ConsolePrepared (see this event’s description for details).
Provider for the Lodash library.
A factory for creating LodashProviders.
As simple login conlet for password based logins.
Model with account info.
The factory service for LoginConlets.
A conlet for displaying records from java.util.logging.
The factory service for LogViewerConlets.
The Class LogViewerHandler.
Provider for the luxon library.
A factory for creating LuxonProviders.
A web console component used to display information to the user.
The web console component’s model.
A factory for creating MarkdownDisplayConlets.
A provider for the Markdownit library.
A factory for creating MarkdownItProviders.
Example of a simple conlet.
A factory for creating HelloWorldConlet objects.
Provider for the moment.js library.
A factory for creating MomentProviders.
A decoded notification (as defined by the JSON RPC specification) that invokes a method on a web console component model.
A notification (as defined by the JSON RPC specification) to be sent to the web console component view (the browser).
Causes a modal dialog to be display on behalf of the conlet.
Base class for implementing components that add resources to the <HEAD> section of the web console page.
A factory interface for PageResourceProvider components.
An event that signals the request of a resource that is to be added to the <head> section of the page.
 
A console command for conlet rendering.
Sent to the web console (server) if an existing web console component instance should be updated.
The base class for events that result in a web console component being rendered.
Provides support for creating URIs in the web console scope that are forwarded to components listening on the web console channel.
Returns a Runnable that writes to an OutputStream as result.
The interface that must be implemented by the content provider.
Returns an OutputStream as result.
Returns a Runnable that writes to an OutputStream as result.
Must be implemented by a content producer.
Returns a URL as result.
A notification within the server side that an item that is expected to be associated with a channel is missing or not in a usable state.
Thrown if a resource cannot be found.
Indicates that a resource provider found the resource to be unmodified.
Indicates that a resource provider has fully processed the resource request a provided a response.
An event that signals the request for a resource by the browser.
Indicates that a ResourceRequest event has been completed.
The base class for all results from processing a resource request.
A notification within the server side that an item has been updated.
Configures roles (of type {@link ConsoleRole)} for the user currently logged in.
Configures the conlets available based on the user currently logged in.
Signals that the locale for the web console has changed.
Indicates that the processing of a SetLocale event has been completed.
Signals that the theme for the web console has changed.
A ConsoleCommand created directly from the JSON RPC method name and parameters.
 
A factory for creating StyleTestConlet objects.
Evaluates and provides the styling info to a web console component.
 
The conlet’s model.
The periodically generated update event.
A factory for creating SysInfoConlets.
Represents a theme provider.
Sent to a web console component to update some of its properties.
Inform the front-end about changes of a conlet type.
Provides resources using Request/Response events.
Deprecated.
Deprecated.
Provider for the Vue.js library.
A factory for creating VueProviders.
Provider for the Vuex library.
A factory for creating VuexProviders.
Provides the web console component related part of the console.
The MBeans view of a console.
 
 
An MBean interface for getting information about all consoles.
 
Assembles Input events until a complete JSON message has been collected and then fires the message as JsonInput event.