Class ServletExtension

java.lang.Object
cloud.piranha.extension.servlet.ServletExtension
All Implemented Interfaces:
WebApplicationExtension

public class ServletExtension
extends java.lang.Object
implements WebApplicationExtension
The default WebApplicationExtension used to configure a web application.
Author:
Manfred Riem ([email protected])
See Also:
WebApplicationExtension
  • Constructor Summary

    Constructors 
    Constructor Description
    ServletExtension()  
  • Method Summary

    Modifier and Type Method Description
    void extend​(WebApplicationExtensionContext context)
    Extend 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

    configure