Class PageGenerationEvent


public class PageGenerationEvent extends BusinessEvent<HtmlChunks>
BusinessEvent<HtmlChunks> useful to produce a HtmlChunks instance that contains all chunks that have to be injected into the html page.
  • Constructor Details

    • PageGenerationEvent

      public PageGenerationEvent(Component component)
  • Method Details