Class Bootstrap4Weblet
java.lang.Object
org.jgrapes.core.internal.ComponentVertex
org.jgrapes.core.Component
org.jgrapes.webconsole.base.ConsoleWeblet
org.jgrapes.webconsole.base.freemarker.FreeMarkerConsoleWeblet
org.jgrapes.webconsole.bootstrap4.Bootstrap4Weblet
- All Implemented Interfaces:
Iterable<ComponentType>,Channel,ComponentType,Eligible,Manager
Provides resources using
Request/Response
events.Some resource requests (page resource, conlet resource)
are forwarded via the WebConsole component to the
web console components.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jgrapes.webconsole.base.ConsoleWeblet
ConsoleWeblet.ConsoleChannel, ConsoleWeblet.ConsoleResourceChannelNested classes/interfaces inherited from interface org.jgrapes.core.Channel
Channel.Default -
Field Summary
Fields inherited from class org.jgrapes.webconsole.base.freemarker.FreeMarkerConsoleWeblet
freeMarkerConfig, UTF_8 -
Constructor Summary
ConstructorsConstructorDescriptionBootstrap4Weblet(Channel webletChannel, Channel consoleChannel, URI consolePrefix) Instantiates a new Bootstrap 3 UI weblet. -
Method Summary
Methods inherited from class org.jgrapes.webconsole.base.freemarker.FreeMarkerConsoleWeblet
createConsoleBaseModel, expandConsoleModel, prependClassTemplateLoader, prependClassTemplateLoader, renderConsoleMethods inherited from class org.jgrapes.webconsole.base.ConsoleWeblet
connectionInactivityTimeout, connectionNetworkTimeout, connectionRefreshInterval, console, consoleHierarchy, consoleResourceBundle, onClosed, onConsoleCommand, onDiscardSession, onGet, onGetRedirect, onInput, onResourceRequestCompleted, onSetLocale, onSetLocaleCompleted, onUpgraded, prefix, prependConsoleResourceProvider, prependResourceBundleProvider, provideConsoleResource, renderSupport, setConnectionInactivityTimeout, setConnectionNetworkTimeout, setConnectionRefreshInterval, setUseMinifiedResources, supportedLocales, updateSupportedLocales, useMinifiedResourcesMethods inherited from class org.jgrapes.core.Component
channel, component, defaultCriterion, isEligibleFor, setNameMethods inherited from class org.jgrapes.core.internal.ComponentVertex
activeEventPipeline, addHandler, attach, channelReplacements, children, componentPath, componentVertex, detach, fire, initComponentsHandlers, iterator, name, newEventPipeline, newEventPipeline, parent, registerAsGenerator, root, toString, unregisterAsGeneratorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
Bootstrap4Weblet
Instantiates a new Bootstrap 3 UI weblet.- Parameters:
webletChannel- the weblet channelconsoleChannel- the web console channelconsolePrefix- the web console prefix
-
-
Method Details
-
styling
Description copied from class:ConsoleWebletReturns the name of the styling library or toolkit used by the console.This value is informative. It may, however, be used by a
PageResourceProviderFactoryto influence the creation ofPageResourceProviders.- Specified by:
stylingin classConsoleWeblet- Returns:
- the value
-