Class ServletDTO

  • Direct Known Subclasses:
    FailedServletDTO

    public class ServletDTO
    extends BaseServletDTO
    Represents a javax.servlet.Servlet currently being used by a servlet context.
    Author:
    $Id: 4b078f335cc57226a758012e797af8a25b2bc1ef $
    • Constructor Summary

      Constructors 
      Constructor Description
      ServletDTO()  
    • Method Summary

      • Methods inherited from class org.osgi.dto.DTO

        toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • patterns

        public java.lang.String[] patterns
        The request mappings for the servlet.

        The specified patterns are used to determine whether a request is mapped to the servlet. This array is never empty.

    • Constructor Detail

      • ServletDTO

        public ServletDTO()