public abstract class org.springframework.web.servlet.tags.RequestContextAwareTag
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.web.servlet.tags.RequestContextAwareTag
  super_class: java.lang.Object
{
  public static final java.lang.String REQUEST_CONTEXT_PAGE_ATTRIBUTE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "org.springframework.web.servlet.tags.REQUEST_CONTEXT"

  protected final org.apache.commons.logging.Log logger;
    descriptor: Lorg/apache/commons/logging/Log;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private org.springframework.web.servlet.support.RequestContext requestContext;
    descriptor: Lorg/springframework/web/servlet/support/RequestContext;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      org.springframework.lang.Nullable()

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.RequestContextAwareTag this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.jsp.JspException cannot be resolved\n\tThe import javax.servlet.jsp.JspTagException cannot be resolved\n\tThe import javax.servlet.jsp.tagext.TagSupport cannot be resolved\n\tThe import javax.servlet.jsp.tagext.TryCatchFinally cannot be resolved\n\tTagSupport cannot be resolved to a type\n\tTryCatchFinally cannot be resolved to a type\n\tThe method doStartTag() of type RequestContextAwareTag must override or implement a supertype method\n\tJspException cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tJspException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method getMessage() is undefined for the type Object\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tJspTagException cannot be resolved to a type\n\tThe method doCatch(Throwable) of type RequestContextAwareTag must override or implement a supertype method\n\tThe method doFinally() of type RequestContextAwareTag must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.RequestContextAwareTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/RequestContextAwareTag;

  public final int doStartTag();
    descriptor: ()I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.RequestContextAwareTag this
         0: .line 76
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe method doStartTag() of type RequestContextAwareTag must override or implement a supertype method\n\tJspException cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tpageContext cannot be resolved or is not a field\n\tJspException cannot be resolved to a type\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tThe method getMessage() is undefined for the type Object\n\tNo exception of type Object can be thrown; an exception type must be a subclass of Throwable\n\tJspTagException cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.RequestContextAwareTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/RequestContextAwareTag;
    Exceptions:
      throws JspException

  protected final org.springframework.web.servlet.support.RequestContext getRequestContext();
    descriptor: ()Lorg/springframework/web/servlet/support/RequestContext;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.tags.RequestContextAwareTag this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // org.springframework.web.servlet.tags.RequestContextAwareTag this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/RequestContextAwareTag;

  protected abstract int doStartTagInternal();
    descriptor: ()I
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.lang.Exception

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

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