Class JasperExtension

java.lang.Object
cloud.piranha.pages.jasper.JasperExtension
All Implemented Interfaces:
WebApplicationExtension

public class JasperExtension
extends java.lang.Object
implements WebApplicationExtension
The extension that will enable Jasper integration (aka. JSP).
Author:
Manfred Riem ([email protected])
  • Constructor Summary

    Constructors 
    Constructor Description
    JasperExtension()  
  • Method Summary

    Modifier and Type Method Description
    void configure​(WebApplication webApplication)
    Configure the web application.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface cloud.piranha.webapp.api.WebApplicationExtension

    extend