Name

HandlerServlet — translate and marshal request to a handler

Description

Services a servlet request by translating it and marshaling to a handler.

Usage

{
     "name": string,
     "type": "HandlerServlet",
     "config": {
         "handler": string,
         "baseURI": string
     }
}

Properties

"handler": string, required

The name of the handler heap object to dispatch the exchange to.

"baseURI": string, optional

Overrides request URLs constructed by container, making requests relative to a new base URI. Only scheme, host and port are used in the supplied URI. Default: use container URL.

Javadoc

org.forgerock.openig.servlet.HandlerServlet