Uses of Interface
org.jgrapes.core.ComponentFactory
Package
Description
Defines the interfaces and classes that provide
the core functionality of the JGrapes event driven component framework.
Provides components for building a HTTP server based on the
core and IO components.
Utility components that are too small to deserve
individual libraries/projects.
-
Uses of ComponentFactory in org.jgrapes.core
Modifier and TypeClassDescriptionclass
ComponentCollector<F extends ComponentFactory>
Deprecated. -
Uses of ComponentFactory in org.jgrapes.http
Modifier and TypeInterfaceDescriptioninterface
A component factory that creates components with at least one handler forRequest
events. -
Uses of ComponentFactory in org.jgrapes.util
Modifier and TypeClassDescriptionclass
ComponentCollector<F extends ComponentFactory>
A component that collects all component factory services of a given type and uses each to create one or more components that are then attached to the component collector instance.Modifier and TypeMethodDescriptionComponentProvider.factories()
Gets the factories as a map, indexed by component type.Modifier and TypeMethodDescriptionComponentProvider.setFactories
(ComponentFactory... factories) Sets the factories that this provider knows about.
ComponentCollector
.