public class org.glassfish.grizzly.servlet.ServletRegistration extends org.glassfish.grizzly.servlet.Registration implements javax.servlet.ServletRegistration.Dynamic, java.lang.Comparable<org.glassfish.grizzly.servlet.ServletRegistration>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.servlet.ServletRegistration
  super_class: org.glassfish.grizzly.servlet.Registration
{
  protected java.lang.Class<? extends Servlet> servletClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Signature: Ljava/lang/Class<+LServlet;>;

  protected final org.glassfish.grizzly.utils.ArraySet<java.lang.String> urlPatterns;
    descriptor: Lorg/glassfish/grizzly/utils/ArraySet;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: Lorg/glassfish/grizzly/utils/ArraySet<Ljava/lang/String;>;

  protected Servlet servlet;
    descriptor: LServlet;
    flags: (0x0004) ACC_PROTECTED

  protected int loadOnStartup;
    descriptor: I
    flags: (0x0004) ACC_PROTECTED

  protected org.glassfish.grizzly.servlet.ExpectationHandler expectationHandler;
    descriptor: Lorg/glassfish/grizzly/servlet/ExpectationHandler;
    flags: (0x0004) ACC_PROTECTED

  protected boolean isAsyncSupported;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  private java.lang.String runAs;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  protected void <init>(org.glassfish.grizzly.servlet.WebappContext, java.lang.String, java.lang.String);
    descriptor: (Lorg/glassfish/grizzly/servlet/WebappContext;Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tjavax.servlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tThe method addMapping(String...) of type ServletRegistration must override or implement a supertype method\n\tThe method getMappings() of type ServletRegistration must override or implement a supertype method\n\tThe method setLoadOnStartup(int) of type ServletRegistration must override or implement a supertype method\n\tServletSecurityElement cannot be resolved to a type\n\tMultipartConfigElement cannot be resolved to a type\n\tThe method getRunAsRole() of type ServletRegistration must override or implement a supertype method\n\tThe method setRunAsRole(String) of type ServletRegistration must override or implement a supertype method\n\tThe method setAsyncSupported(boolean) of type ServletRegistration must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    MethodParameters:
                  Name  Flags
      ctx               final
      name              final
      servletClassName  final

  protected void <init>(org.glassfish.grizzly.servlet.WebappContext, java.lang.String, Servlet);
    descriptor: (Lorg/glassfish/grizzly/servlet/WebappContext;Ljava/lang/String;LServlet;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tjavax.servlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tThe method addMapping(String...) of type ServletRegistration must override or implement a supertype method\n\tThe method getMappings() of type ServletRegistration must override or implement a supertype method\n\tThe method setLoadOnStartup(int) of type ServletRegistration must override or implement a supertype method\n\tServletSecurityElement cannot be resolved to a type\n\tMultipartConfigElement cannot be resolved to a type\n\tThe method getRunAsRole() of type ServletRegistration must override or implement a supertype method\n\tThe method setRunAsRole(String) of type ServletRegistration must override or implement a supertype method\n\tThe method setAsyncSupported(boolean) of type ServletRegistration must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    MethodParameters:
         Name  Flags
      ctx      final
      name     final
      servlet  final

  protected void <init>(org.glassfish.grizzly.servlet.WebappContext, java.lang.String, java.lang.Class<? extends Servlet>);
    descriptor: (Lorg/glassfish/grizzly/servlet/WebappContext;Ljava/lang/String;Ljava/lang/Class;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 24
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tThe import javax.servlet cannot be resolved\n\tjavax.servlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tServlet cannot be resolved to a type\n\tThe method addMapping(String...) of type ServletRegistration must override or implement a supertype method\n\tThe method getMappings() of type ServletRegistration must override or implement a supertype method\n\tThe method setLoadOnStartup(int) of type ServletRegistration must override or implement a supertype method\n\tServletSecurityElement cannot be resolved to a type\n\tMultipartConfigElement cannot be resolved to a type\n\tThe method getRunAsRole() of type ServletRegistration must override or implement a supertype method\n\tThe method setRunAsRole(String) of type ServletRegistration must override or implement a supertype method\n\tThe method setAsyncSupported(boolean) of type ServletRegistration must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    Signature: (Lorg/glassfish/grizzly/servlet/WebappContext;Ljava/lang/String;Ljava/lang/Class<+LServlet;>;)V
    MethodParameters:
              Name  Flags
      ctx           final
      name          final
      servletClass  final

  public java.util.Set<java.lang.String> addMapping(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)Ljava/util/Set;
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 129
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method addMapping(String...) of type ServletRegistration must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    Signature: ([Ljava/lang/String;)Ljava/util/Set<Ljava/lang/String;>;
    MethodParameters:
             Name  Flags
      urlPatterns  

  public java.util.Collection<java.lang.String> getMappings();
    descriptor: ()Ljava/util/Collection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 152
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getMappings() of type ServletRegistration must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    Signature: ()Ljava/util/Collection<Ljava/lang/String;>;

  public void setLoadOnStartup(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 182
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setLoadOnStartup(int) of type ServletRegistration must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    MethodParameters:
               Name  Flags
      loadOnStartup  

  public org.glassfish.grizzly.servlet.ExpectationHandler getExpectationHandler();
    descriptor: ()Lorg/glassfish/grizzly/servlet/ExpectationHandler;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 200
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;

  public java.util.Set<java.lang.String> setServletSecurity(ServletSecurityElement);
    descriptor: (LServletSecurityElement;)Ljava/util/Set;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 208
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tServletSecurityElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    Signature: (LServletSecurityElement;)Ljava/util/Set<Ljava/lang/String;>;
    MethodParameters:
            Name  Flags
      constraint  

  public void setMultipartConfig(MultipartConfigElement);
    descriptor: (LMultipartConfigElement;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 216
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tMultipartConfigElement cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    MethodParameters:
                 Name  Flags
      multipartConfig  

  public java.lang.String getRunAsRole();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 224
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getRunAsRole() of type ServletRegistration must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;

  public void setRunAsRole(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 232
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setRunAsRole(String) of type ServletRegistration must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    MethodParameters:
          Name  Flags
      roleName  

  public void setAsyncSupported(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 240
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method setAsyncSupported(boolean) of type ServletRegistration must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    MethodParameters:
                  Name  Flags
      isAsyncSupported  

  public void setExpectationHandler(org.glassfish.grizzly.servlet.ExpectationHandler);
    descriptor: (Lorg/glassfish/grizzly/servlet/ExpectationHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 251
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    MethodParameters:
                    Name  Flags
      expectationHandler  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 256
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;

  public int compareTo(org.glassfish.grizzly.servlet.ServletRegistration);
    descriptor: (Lorg/glassfish/grizzly/servlet/ServletRegistration;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
         0: .line 273
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.ServletRegistration this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/ServletRegistration;
    MethodParameters:
      Name  Flags
      o     
}
Signature: Lorg/glassfish/grizzly/servlet/Registration;Ljavax/servlet/ServletRegistration/Dynamic;Ljava/lang/Comparable<Lorg/glassfish/grizzly/servlet/ServletRegistration;>;
SourceFile: "ServletRegistration.java"