Interface TicketRenderStrategy

  • All Known Implementing Classes:
    DefaultTicketRenderStrategy

    public interface TicketRenderStrategy
    Strategy for rendering ticket information using templates. Can be used for reports etc. to render ticket event data in a specific way. Templates for events are specified as velocity templates.
    • Method Detail

      • renderTicketEvent

        java.lang.String renderTicketEvent​(CsTicketEventModel ticketEvent)
        Render the specific ticket event using the template setup for that event type
        Parameters:
        ticketEvent - The event to render
        Returns:
        The rendered representation of that event