Class ComponentServerDispatcher

  • All Implemented Interfaces:
    Uniform

    public class ComponentServerDispatcher
    extends TemplateDispatcher
    Component server 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

      • ComponentServerDispatcher

        public ComponentServerDispatcher​(ComponentContext componentContext)
        Constructor.
        Parameters:
        componentContext - The component context.