Uses of Class
org.jgrapes.webconsole.base.events.AddPageResources.ScriptResource
Packages that use AddPageResources.ScriptResource
Package
Description
The events used by the web console related components.
-
Uses of AddPageResources.ScriptResource in org.jgrapes.webconsole.base.events
Methods in org.jgrapes.webconsole.base.events that return AddPageResources.ScriptResourceModifier and TypeMethodDescriptionAddPageResources.ScriptResource.loadScriptSource(Reader in) Loads the script source to evaluate.AddConletType.scriptResources()Return all script resources.AddPageResources.scriptResources()Return all script URIsAddPageResources.ScriptResource.setProvides(String... provides) Sets the list of JavaScript features that this script resource provides.AddPageResources.ScriptResource.setRequires(String... requires) Sets the list of JavaScript features that this script resource requires.AddPageResources.ScriptResource.setScriptId(String scriptId) Sets the script id.AddPageResources.ScriptResource.setScriptSource(String scriptSource) Sets the script source to evaluate.AddPageResources.ScriptResource.setScriptType(String scriptType) Sets the script type.AddPageResources.ScriptResource.setScriptUri(URI scriptUri) Sets the scriptUri to to be loaded, clears thescriptSourceattribute.Methods in org.jgrapes.webconsole.base.events with parameters of type AddPageResources.ScriptResourceModifier and TypeMethodDescriptionAddConletType.addScript(AddPageResources.ScriptResource scriptResource) Add a script resource to be requested by the browser.AddPageResources.addScriptResource(AddPageResources.ScriptResource scriptResource) Add the URI of a JavaScript resource that is to be added to the header section of the web console page.voidAddPageResources.ScriptResource.Serializer.serialize(AddPageResources.ScriptResource obj, com.fasterxml.jackson.core.JsonGenerator generator, com.fasterxml.jackson.databind.SerializerProvider ctx) Serialize.Constructor parameters in org.jgrapes.webconsole.base.events with type arguments of type AddPageResources.ScriptResourceModifierConstructorDescriptionInstantiates a new serializer.