public class org.glassfish.grizzly.servlet.FilterConfigImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.glassfish.grizzly.servlet.FilterConfigImpl
  super_class: java.lang.Object
{
  private org.glassfish.grizzly.servlet.WebappContext servletContext;
    descriptor: Lorg/glassfish/grizzly/servlet/WebappContext;
    flags: (0x0002) ACC_PRIVATE

  private Filter filter;
    descriptor: LFilter;
    flags: (0x0002) ACC_PRIVATE

  private java.util.Map<java.lang.String, java.lang.String> initParameters;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;

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

  public void <init>(org.glassfish.grizzly.servlet.WebappContext);
    descriptor: (Lorg/glassfish/grizzly/servlet/WebappContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
         0: .line 23
            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\tFilterConfig cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tThe method getInitParameter(String) of type FilterConfigImpl must override or implement a supertype method\n\tThe method getFilterName() of type FilterConfigImpl must override or implement a supertype method\n\tThe method getInitParameterNames() of type FilterConfigImpl must override or implement a supertype method\n\tServletContext cannot be resolved to a type\n\tThe method getServletContext() of type FilterConfigImpl must override or implement a supertype method\n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/FilterConfigImpl;
    MethodParameters:
                Name  Flags
      servletContext  

  public java.lang.String getInitParameter(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
         0: .line 75
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getInitParameter(String) of type FilterConfigImpl 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.FilterConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/FilterConfigImpl;
    MethodParameters:
      Name  Flags
      name  

  public java.lang.String getFilterName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getFilterName() of type FilterConfigImpl 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.FilterConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/FilterConfigImpl;

  public java.util.Enumeration<java.lang.String> getInitParameterNames();
    descriptor: ()Ljava/util/Enumeration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method getInitParameterNames() of type FilterConfigImpl 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.FilterConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/FilterConfigImpl;
    Signature: ()Ljava/util/Enumeration<Ljava/lang/String;>;

  public ServletContext getServletContext();
    descriptor: ()LServletContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tServletContext cannot be resolved to a type\n\tThe method getServletContext() of type FilterConfigImpl 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.FilterConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/FilterConfigImpl;

  public Filter getFilter();
    descriptor: ()LFilter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
         0: .line 118
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/FilterConfigImpl;

  protected void recycle();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
         0: .line 128
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/FilterConfigImpl;

  protected void setFilter(Filter);
    descriptor: (LFilter;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
         0: .line 139
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tFilter cannot be resolved to a type\n\tFilter cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/FilterConfigImpl;
    MethodParameters:
        Name  Flags
      filter  

  protected void setFilterName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
         0: .line 148
            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.FilterConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/FilterConfigImpl;
    MethodParameters:
            Name  Flags
      filterName  

  protected void setInitParameters(java.util.Map<java.lang.String, java.lang.String>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.glassfish.grizzly.servlet.FilterConfigImpl this
         0: .line 157
            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.FilterConfigImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/glassfish/grizzly/servlet/FilterConfigImpl;
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;)V
    MethodParameters:
                Name  Flags
      initParameters  
}
SourceFile: "FilterConfigImpl.java"