Uses of Class
org.jgrapes.webconsole.base.events.RenderConletRequest
Packages that use 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
Methods in org.jgrapes.webconsole.base with parameters of type RenderConletRequestModifier and TypeMethodDescriptionvoidWebConsole.onRenderConlet(RenderConletRequest event, ConsoleConnection channel) Fallback handler that sends aDeleteConletevent if theRenderConletRequestevent has not been handled successfully.final voidAbstractConlet.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
Methods in org.jgrapes.webconsole.rbac with parameters of type RenderConletRequestModifier and TypeMethodDescriptionvoidRoleConletFilter.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.