public class org.springframework.web.filter.ServletContextRequestLoggingFilter extends org.springframework.web.filter.AbstractRequestLoggingFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.filter.ServletContextRequestLoggingFilter
  super_class: org.springframework.web.filter.AbstractRequestLoggingFilter
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.filter.ServletContextRequestLoggingFilter this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet cannot be resolved\n\tThe hierarchy of the type ServletContextRequestLoggingFilter is inconsistent\n\tThe type ServletContextRequestLoggingFilter must implement the inherited abstract method ServletContextAware.setServletContext(ServletContext)\n\tThe type ServletContextRequestLoggingFilter must implement the inherited abstract method OncePerRequestFilter.doFilterInternal(HttpServletRequest, HttpServletResponse, FilterChain)\n\tThe type ServletContextRequestLoggingFilter must implement the inherited abstract method AbstractRequestLoggingFilter.afterRequest(HttpServletRequest, String)\n\tThe type ServletContextRequestLoggingFilter must implement the inherited abstract method AbstractRequestLoggingFilter.beforeRequest(HttpServletRequest, String)\n\tHttpServletRequest cannot be resolved to a type\n\tThe method getServletContext() from the type GenericFilterBean refers to the missing type ServletContext\n\tHttpServletRequest cannot be resolved to a type\n\tThe method getServletContext() from the type GenericFilterBean refers to the missing type ServletContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.filter.ServletContextRequestLoggingFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/filter/ServletContextRequestLoggingFilter;

  protected void beforeRequest(HttpServletRequest, java.lang.String);
    descriptor: (LHttpServletRequest;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.filter.ServletContextRequestLoggingFilter this
         0: .line 40
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tThe method getServletContext() from the type GenericFilterBean refers to the missing type ServletContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.filter.ServletContextRequestLoggingFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/filter/ServletContextRequestLoggingFilter;
    MethodParameters:
         Name  Flags
      request  
      message  

  protected void afterRequest(HttpServletRequest, java.lang.String);
    descriptor: (LHttpServletRequest;Ljava/lang/String;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.filter.ServletContextRequestLoggingFilter this
         0: .line 48
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tHttpServletRequest cannot be resolved to a type\n\tThe method getServletContext() from the type GenericFilterBean refers to the missing type ServletContext\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.filter.ServletContextRequestLoggingFilter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/filter/ServletContextRequestLoggingFilter;
    MethodParameters:
         Name  Flags
      request  
      message  
}
SourceFile: "ServletContextRequestLoggingFilter.java"