Uses of Class
org.jgrapes.webconsole.base.events.RenderConletRequest
Package
Description
Provides the components for building web consoles based on the
core, io and http packages.
Provides a simple role based access control using
information from the configuration support provided by JGrapes.
-
Uses of RenderConletRequest in org.jgrapes.webconsole.base
Modifier and TypeMethodDescriptionvoid
WebConsole.onRenderConlet
(RenderConletRequest event, ConsoleConnection channel) Fallback handler that sends aDeleteConlet
event if theRenderConletRequest
event has not been handled successfully.final void
AbstractConlet.onRenderConletRequest
(RenderConletRequest event, ConsoleConnection connection) Checks if the request applies to this component by verifying if the component id starts withAbstractConlet.type()
plusAbstractConlet.TYPE_INSTANCE_SEPARATOR
. -
Uses of RenderConletRequest in org.jgrapes.webconsole.rbac
Modifier and TypeMethodDescriptionvoid
RoleConletFilter.onRenderConletRequest
(RenderConletRequest event, ConsoleConnection channel) If a role is withdrawn from a user, there may still be conlets in his stored layout that he is no longer allowed to use.