Class HtmlChunksInjector

java.lang.Object
overit.geocall.basic.ui.bl.service.HtmlChunksInjector

public class HtmlChunksInjector extends Object
Service useful to inject all required chunks into the provided Head and Body.
  • Field Details

  • Constructor Details

    • HtmlChunksInjector

      public HtmlChunksInjector()
  • Method Details

    • inject

      public void inject(org.apache.ecs.html.Head head, org.apache.ecs.html.Body body, Component component)
      Method that adds all required chunks to the provided Head and Body.
      Parameters:
      head - Head to inject all required chunks to.
      body - Body to inject all required chunks to.
      component - Component about the current component.
    • createPageGenerationEvent

      protected PageGenerationEvent createPageGenerationEvent(Component component)