Package org.jgrapes.http
Interface HttpRequestHandlerFactory
- All Superinterfaces:
ComponentFactory
A component factory that creates components with at least one
handler for
Request events.The kind of requests and
the service(s) provided are up to the component. If created using
ComponentFactory.create(org.jgrapes.core.Channel, java.util.Map),
the created component may only handle requests that start with the
specified prefix.
-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.jgrapes.core.ComponentFactory
componentType, create, create, create
-
Field Details
-
PREFIX
The key for the prefix property.
-