Uses of Interface
org.jgrapes.core.ComponentFactory
Packages that use 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
Classes in org.jgrapes.core with type parameters of type ComponentFactoryModifier and TypeClassDescriptionclass
ComponentCollector<F extends ComponentFactory>
Deprecated. -
Uses of ComponentFactory in org.jgrapes.http
Subinterfaces of ComponentFactory in org.jgrapes.httpModifier and TypeInterfaceDescriptioninterface
A component factory that creates components with at least one handler forRequest
events. -
Uses of ComponentFactory in org.jgrapes.util
Classes in org.jgrapes.util with type parameters of type ComponentFactoryModifier 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.Methods in org.jgrapes.util that return types with arguments of type ComponentFactoryModifier and TypeMethodDescriptionComponentProvider.factories()
Gets the factories as a map, indexed by component type.Methods in org.jgrapes.util with parameters of type ComponentFactoryModifier and TypeMethodDescriptionComponentProvider.setFactories
(ComponentFactory... factories) Sets the factories that this provider knows about.
ComponentCollector
.