Adds non-form data url patterns (I.E. gateway requests). These signal the Interpreter not to parse the request body as form-encoded. This allows subsequent code to get the input stream. NOTe: This method is not threadsafe and should only be called by static initializers. Called on the first request after startup by GatewayHelpers.
Interpreter Class | com.plumtree.uiinfrastructure.interpreter Namespace