Class UserBasedConletFilter

All Implemented Interfaces:
Iterable<ComponentType>, Channel, ComponentType, Eligible, Manager

public class UserBasedConletFilter extends Component
Configures the conlets available based on the user currently logged in.
  • Constructor Details

    • UserBasedConletFilter

      public UserBasedConletFilter(Channel componentChannel, Map<?,?> properties)
      Creates a new component with its channel set to the given channel.

      Supported properties are:

      Parameters:
      componentChannel - the channel that the component’s handlers listen on by default and that Manager.fire(Event, Channel...) sends the event to
      properties - the properties used to configure the component
  • Method Details