Uses of Class
com.smartfoxserver.v2.controllers.filter.SysControllerFilter
-
Packages that use SysControllerFilter Package Description com.smartfoxserver.v2.controllers.filter -
-
Uses of SysControllerFilter in com.smartfoxserver.v2.controllers.filter
Subclasses of SysControllerFilter in com.smartfoxserver.v2.controllers.filter Modifier and Type Class Description classReadOnlyUserVariablesFilterThis filter can be added to any existing application to provide read-only User Variables.Methods in com.smartfoxserver.v2.controllers.filter with parameters of type SysControllerFilter Modifier and Type Method Description voidISystemFilterChain. addFilter(java.lang.String filterName, SysControllerFilter filter)Add a filter to the Filter Chain.voidSysControllerFilterChain. addFilter(java.lang.String filterName, SysControllerFilter filter)
-