Interface Extendlet

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int ALLOW_DIRECT_INCLUDE
      Used with getFeature(int) to indicate the extendlet can be included directly without going thru Web container.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean getFeature​(int feature)
      Returns if the specified feature is supported.
      void init​(ExtendletConfig config)
      Initializes the resource processor.
      void service​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, java.lang.String path)
      Process the specified request.
    • Method Detail

      • init

        void init​(ExtendletConfig config)
        Initializes the resource processor.
      • getFeature

        boolean getFeature​(int feature)
        Returns if the specified feature is supported.
        Since:
        3.5.2
      • service

        void service​(javax.servlet.http.HttpServletRequest request,
                     javax.servlet.http.HttpServletResponse response,
                     java.lang.String path)
              throws javax.servlet.ServletException,
                     java.io.IOException
        Process the specified request.
        Parameters:
        path - the path mapped to this resource processor.
        Throws:
        javax.servlet.ServletException
        java.io.IOException
        Since:
        5.0.0