Class ComponentClientDispatcher

  • All Implemented Interfaces:
    Uniform

    public class ComponentClientDispatcher
    extends TemplateDispatcher
    Component client dispatcher. Concurrency note: instances of this class or its subclasses can be invoked by several threads at the same time and therefore must be thread-safe. You should be especially careful when storing state as member variables.
    • Field Detail

      • componentContext

        private ComponentContext componentContext
        The component context.
    • Constructor Detail

      • ComponentClientDispatcher

        public ComponentClientDispatcher​(ComponentContext componentContext)
        Constructor.
        Parameters:
        componentContext - The component context.
    • Method Detail

      • getComponent

        private Component getComponent()
        Returns the parent component.
        Returns:
        The parent component.
      • getComponentContext

        private ComponentContext getComponentContext()
        Returns the component context.
        Returns:
        The component context.