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 Details

    • PREFIX

      static final String PREFIX
      The key for the prefix property.