Uses of Class
org.jgrapes.core.annotation.HandlerDefinition.ChannelReplacements
Package
Description
Defines the interfaces and classes that provide
the core functionality of the JGrapes event driven component framework.
Annotations used by the library.
Classes implementing the public API of the library.
Adds a special annotation for methods that handle
HTTP request events.
Provides a base component for generating template based responses
to HTTP requests.
Utility classes, mainly for adapted buffers to specific needs.
Utility components that are too small to deserve
individual libraries/projects.
-
Uses of HandlerDefinition.ChannelReplacements in org.jgrapes.core
ModifierConstructorDescriptionComponent
(Channel componentChannel, HandlerDefinition.ChannelReplacements channelReplacements) Creates a new component base likeComponent(Channel)
but with channel mappings forHandler
annotations. -
Uses of HandlerDefinition.ChannelReplacements in org.jgrapes.core.annotation
Modifier and TypeMethodDescriptionHandlerDefinition.ChannelReplacements.add
(Class<? extends Channel> annotationCriterion, Channel... replacements) Adds a replacements to the replacements.HandlerDefinition.ChannelReplacements.create()
Create a new replacements specification object.Modifier and TypeMethodDescriptionHandler.Evaluator.scope
(ComponentType component, Method method, HandlerDefinition.ChannelReplacements channelReplacements) HandlerDefinition.Evaluator.scope
(ComponentType component, Method method, HandlerDefinition.ChannelReplacements channelReplacements) Returns the information about the events and channels handled by the handler that annotates the given method of the given comonent as aHandlerScope
object. -
Uses of HandlerDefinition.ChannelReplacements in org.jgrapes.core.internal
Modifier and TypeMethodDescriptionComponentVertex.channelReplacements()
Return the channel replacements passed to the constructor.ModifierConstructorDescriptionprotected
ComponentVertex
(HandlerDefinition.ChannelReplacements channelReplacements) Initialize the ComponentVertex. -
Uses of HandlerDefinition.ChannelReplacements in org.jgrapes.http.annotation
Modifier and TypeMethodDescriptionRequestHandler.Evaluator.scope
(ComponentType component, Method method, HandlerDefinition.ChannelReplacements channelReplacements) -
Uses of HandlerDefinition.ChannelReplacements in org.jgrapes.http.freemarker
ModifierConstructorDescriptionFreeMarkerRequestHandler
(Channel componentChannel, HandlerDefinition.ChannelReplacements channelReplacements, ClassLoader contentLoader, String contentPath, URI prefix) Instantiates a new free marker request handler. -
Uses of HandlerDefinition.ChannelReplacements in org.jgrapes.io.util
ModifierConstructorDescriptionConnectionManager
(Channel componentChannel, HandlerDefinition.ChannelReplacements channelReplacements) Creates a new component base with its channel set to the given channel. -
Uses of HandlerDefinition.ChannelReplacements in org.jgrapes.util
ModifierConstructorDescriptionConfigurationStore
(Channel componentChannel, HandlerDefinition.ChannelReplacements channelReplacements) Creates a new component base likeConfigurationStore(Channel)
but with channel mappings forHandler
annotations.