class org.glassfish.grizzly.servlet.ApplicationDispatcher$PrivilegedInclude implements java.security.PrivilegedExceptionAction<java.lang.Void>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.glassfish.grizzly.servlet.ApplicationDispatcher$PrivilegedInclude
super_class: java.lang.Object
{
private final jakarta.servlet.ServletRequest request;
descriptor: Ljakarta/servlet/ServletRequest;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final jakarta.servlet.ServletResponse response;
descriptor: Ljakarta/servlet/ServletResponse;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
final org.glassfish.grizzly.servlet.ApplicationDispatcher this$0;
descriptor: Lorg/glassfish/grizzly/servlet/ApplicationDispatcher;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.glassfish.grizzly.servlet.ApplicationDispatcher, jakarta.servlet.ServletRequest, jakarta.servlet.ServletResponse);
descriptor: (Lorg/glassfish/grizzly/servlet/ApplicationDispatcher;Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 start local 2 start local 3 0: aload 0
aload 1
putfield org.glassfish.grizzly.servlet.ApplicationDispatcher$PrivilegedInclude.this$0:Lorg/glassfish/grizzly/servlet/ApplicationDispatcher;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield org.glassfish.grizzly.servlet.ApplicationDispatcher$PrivilegedInclude.request:Ljakarta/servlet/ServletRequest;
2: aload 0
aload 3
putfield org.glassfish.grizzly.servlet.ApplicationDispatcher$PrivilegedInclude.response:Ljakarta/servlet/ServletResponse;
3: return
end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/glassfish/grizzly/servlet/ApplicationDispatcher$PrivilegedInclude;
0 4 2 request Ljakarta/servlet/ServletRequest;
0 4 3 response Ljakarta/servlet/ServletResponse;
MethodParameters:
Name Flags
this$0 final
request
response
public java.lang.Void run();
descriptor: ()Ljava/lang/Void;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.servlet.ApplicationDispatcher$PrivilegedInclude.this$0:Lorg/glassfish/grizzly/servlet/ApplicationDispatcher;
aload 0
getfield org.glassfish.grizzly.servlet.ApplicationDispatcher$PrivilegedInclude.request:Ljakarta/servlet/ServletRequest;
aload 0
getfield org.glassfish.grizzly.servlet.ApplicationDispatcher$PrivilegedInclude.response:Ljakarta/servlet/ServletResponse;
invokevirtual org.glassfish.grizzly.servlet.ApplicationDispatcher.doInclude:(Ljakarta/servlet/ServletRequest;Ljakarta/servlet/ServletResponse;)V
1: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/glassfish/grizzly/servlet/ApplicationDispatcher$PrivilegedInclude;
Exceptions:
throws jakarta.servlet.ServletException, java.io.IOException
public java.lang.Object run();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual org.glassfish.grizzly.servlet.ApplicationDispatcher$PrivilegedInclude.run:()Ljava/lang/Void;
areturn
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
Signature: Ljava/lang/Object;Ljava/security/PrivilegedExceptionAction<Ljava/lang/Void;>;
SourceFile: "ApplicationDispatcher.java"
NestHost: org.glassfish.grizzly.servlet.ApplicationDispatcher
InnerClasses:
private PrivilegedInclude = org.glassfish.grizzly.servlet.ApplicationDispatcher$PrivilegedInclude of org.glassfish.grizzly.servlet.ApplicationDispatcher