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.
Author:
Jerome Louvel
  • Constructor Details

    • ComponentServerDispatcher

      public ComponentServerDispatcher(ComponentContext componentContext)
      Constructor.
      Parameters:
      componentContext - The component context.
  • Method Details