Class ServerExtension

  • java.lang.Object
    • cloud.piranha.server.ServerExtension
  • All Implemented Interfaces:
    cloud.piranha.api.WebApplicationExtension


    public class ServerExtension
    extends java.lang.Object
    implements cloud.piranha.api.WebApplicationExtension
    The WebApplicationExtension used by ServerPiranha to configure each web application.
    Author:
    Manfred Riem (mriem@manorrock.com)
    See Also:
    ServerPiranha, WebApplicationExtension
    • Constructor Summary

      Constructors 
      Constructor Description
      ServerExtension​()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void extend​(cloud.piranha.api.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.api.WebApplicationExtension

        configure
    • Constructor Detail

      • ServerExtension

        public ServerExtension​()
    • Method Detail

      • extend

        public void extend​(cloud.piranha.api.WebApplicationExtensionContext context)
        Extend the web application.
        Specified by:
        extend in interface cloud.piranha.api.WebApplicationExtension
        Parameters:
        context - the context.

Copyright © 2020 Piranha Cloud. All rights reserved.