final class org.springframework.web.servlet.tags.UrlTag$UrlType extends java.lang.Enum<org.springframework.web.servlet.tags.UrlTag$UrlType>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.springframework.web.servlet.tags.UrlTag$UrlType
  super_class: java.lang.Enum
{
  public static final org.springframework.web.servlet.tags.UrlTag$UrlType CONTEXT_RELATIVE;
    descriptor: Lorg/springframework/web/servlet/tags/UrlTag$UrlType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.web.servlet.tags.UrlTag$UrlType RELATIVE;
    descriptor: Lorg/springframework/web/servlet/tags/UrlTag$UrlType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.springframework.web.servlet.tags.UrlTag$UrlType ABSOLUTE;
    descriptor: Lorg/springframework/web/servlet/tags/UrlTag$UrlType;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.tags.UrlTag$UrlType this
         0: .line 27
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import javax.servlet.ServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletRequest cannot be resolved\n\tThe import javax.servlet.http.HttpServletResponse cannot be resolved\n\tThe import javax.servlet.jsp.JspException cannot be resolved\n\tThe import javax.servlet.jsp.PageContext cannot be resolved\n\tThe hierarchy of the type UrlTag is inconsistent\n\tPageContext cannot be resolved to a variable\n\tJspException cannot be resolved to a type\n\tJspException cannot be resolved to a type\n\tEVAL_BODY_INCLUDE cannot be resolved to a variable\n\tThe method doEndTag() of type UrlTag must override or implement a supertype method\n\tJspException cannot be resolved to a type\n\tThe method createUrl() from the type UrlTag refers to the missing type JspException\n\tServletRequest cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tHttpServletRequest cannot be resolved to a type\n\tThe method processUrl(HttpServletRequest, String) from the type RequestDataValueProcessor refers to the missing type HttpServletRequest\n\tHttpServletRequest cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tJspException cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tEVAL_PAGE cannot be resolved to a variable\n\tJspException cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tHttpServletRequest cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tHttpServletResponse cannot be resolved to a type\n\tHttpServletResponse cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tThe method replaceUriTemplateParams(String, List<Param>, Set<String>) from the type UrlTag refers to the missing type JspException\n\tThe method createQueryString(List<Param>, Set<String>, boolean) from the type UrlTag refers to the missing type JspException\n\tJspException cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tJspException cannot be resolved to a type\n\tJspException cannot be resolved to a type\n\tpageContext cannot be resolved or is not a field\n\tJspException cannot be resolved to a type\n\tJspException 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.UrlTag$UrlType this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/tags/UrlTag$UrlType;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
}
Signature: Ljava/lang/Enum<Lorg/springframework/web/servlet/tags/UrlTag$UrlType;>;
SourceFile: "UrlTag.java"
NestHost: org.springframework.web.servlet.tags.UrlTag
InnerClasses:
  private final UrlType = org.springframework.web.servlet.tags.UrlTag$UrlType of org.springframework.web.servlet.tags.UrlTag