Package com.smartfoxserver.controllers.filter
package com.smartfoxserver.controllers.filter
-
ClassDescriptionThis filter can be added to any existing application to provide read-only User Variables.A filter can be used to intercept any API client request (not Extension requests) and interact with the parameter, adding extra validation, custom logic etc...The SystemFilterChain can contain one or several SystemController Filter instances that can be applied before a client request is executed by the SystemController.