Checks if the provided url is not a form POST URL (i.e. gateway, or REST API). NOTE: This is based off of a static list of patterns for non-form POST URLs. This list is initialized by the GatewayHelpers static initializer, so the list will not be complete until that class is used (i.e. the second request).
true means that this request is not a form post request. false means we don't know.
Interpreter Class | com.plumtree.uiinfrastructure.interpreter Namespace