Class IFrameUpdateFilterAddon

  • All Implemented Interfaces:
    AppAddOns

    public class IFrameUpdateFilterAddon
    extends AbstractAppAddOn
    This class provides a way to control the list of beans rendered on a page during an IFrameUpdate. The configuration file is specified as a property to the Addon.
    Since:
    MicroStrategy Web 8.1.0
    • Constructor Detail

      • IFrameUpdateFilterAddon

        public IFrameUpdateFilterAddon()
    • Method Detail

      • getAddOnDescription

        public java.lang.String getAddOnDescription()
        Description copied from interface: AppAddOns
        This method describes the tasks performed by the AddOn.
        Returns:
        The tasks which the Add On performs. This needs to be as descriptive as possible.
      • setUpRenderingFilter

        protected void setUpRenderingFilter​(WebComponent webComponent,
                                            EventListSet eventFilters,
                                            RequestKeys rk)
        Sets up the filter for the beans that need to be rendered based on the
        Parameters:
        webComponent - WebComponent
        eventFilters - EventListSet
        rk - RequestKeys
      • setBeanName

        public void setBeanName​(java.lang.String name)
        Sets the Bean name
        Parameters:
        name - bean name
      • setEventFilterConfigurationFile

        public void setEventFilterConfigurationFile​(java.lang.String value)