Class ZumlExtendlet

  • All Implemented Interfaces:
    Extendlet

    public class ZumlExtendlet
    extends java.lang.Object
    implements Extendlet
    The ZUML resource processor used to parse the ZUML files loaded from the classpath.
    Since:
    2.4.1 (public since 5.0.5)
    Author:
    tomyeh
    • Constructor Summary

      Constructors 
      Constructor Description
      ZumlExtendlet()  
    • Method Summary

      All Methods Instance Methods Concrete 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ZumlExtendlet

        public ZumlExtendlet()
    • Method Detail

      • getFeature

        public boolean getFeature​(int feature)
        Description copied from interface: Extendlet
        Returns if the specified feature is supported.
        Specified by:
        getFeature in interface Extendlet
      • service

        public void service​(javax.servlet.http.HttpServletRequest request,
                            javax.servlet.http.HttpServletResponse response,
                            java.lang.String path)
                     throws javax.servlet.ServletException,
                            java.io.IOException
        Description copied from interface: Extendlet
        Process the specified request.
        Specified by:
        service in interface Extendlet
        path - the path mapped to this resource processor.
        Throws:
        javax.servlet.ServletException
        java.io.IOException