Uses of Class
org.jgrapes.core.annotation.HandlerDefinition.ChannelReplacements
Packages that use 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
Constructors in org.jgrapes.core with parameters of type HandlerDefinition.ChannelReplacementsModifierConstructorDescriptionComponent
(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
Methods in org.jgrapes.core.annotation that return HandlerDefinition.ChannelReplacementsModifier 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.Methods in org.jgrapes.core.annotation with parameters of type HandlerDefinition.ChannelReplacementsModifier 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
Methods in org.jgrapes.core.internal that return HandlerDefinition.ChannelReplacementsModifier and TypeMethodDescriptionComponentVertex.channelReplacements()
Return the channel replacements passed to the constructor.Constructors in org.jgrapes.core.internal with parameters of type HandlerDefinition.ChannelReplacementsModifierConstructorDescriptionprotected
ComponentVertex
(HandlerDefinition.ChannelReplacements channelReplacements) Initialize the ComponentVertex. -
Uses of HandlerDefinition.ChannelReplacements in org.jgrapes.http.annotation
Methods in org.jgrapes.http.annotation with parameters of type HandlerDefinition.ChannelReplacementsModifier and TypeMethodDescriptionRequestHandler.Evaluator.scope
(ComponentType component, Method method, HandlerDefinition.ChannelReplacements channelReplacements) -
Uses of HandlerDefinition.ChannelReplacements in org.jgrapes.http.freemarker
Constructors in org.jgrapes.http.freemarker with parameters of type HandlerDefinition.ChannelReplacementsModifierConstructorDescriptionFreeMarkerRequestHandler
(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
Constructors in org.jgrapes.io.util with parameters of type HandlerDefinition.ChannelReplacementsModifierConstructorDescriptionConnectionManager
(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
Constructors in org.jgrapes.util with parameters of type HandlerDefinition.ChannelReplacementsModifierConstructorDescriptionConfigurationStore
(Channel componentChannel, HandlerDefinition.ChannelReplacements channelReplacements) Creates a new component base likeConfigurationStore(Channel)
but with channel mappings forHandler
annotations.