Interface ISystemFilter
- All Known Implementing Classes:
ReadOnlyUserVariablesFilter,SysControllerFilter
public interface ISystemFilter
-
Method Summary
Modifier and TypeMethodDescriptionhandleClientRequest(User sender, ISFSObject params) Handles a client request
-
Method Details
-
handleClientRequest
Handles a client request- Parameters:
sender- the sender of the requestparams- the parameters of the request- Returns:
- the action returned determines if the FilterChain can continue its flow or it must stop
- Throws:
SFSException- See Also:
-