public class org.springframework.web.jsf.DelegatingNavigationHandlerProxy extends javax.faces.application.NavigationHandler
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.web.jsf.DelegatingNavigationHandlerProxy
super_class: javax.faces.application.NavigationHandler
{
public static final java.lang.String DEFAULT_TARGET_BEAN_NAME;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "jsfNavigationHandler"
private javax.faces.application.NavigationHandler originalNavigationHandler;
descriptor: Ljavax/faces/application/NavigationHandler;
flags: (0x0002) ACC_PRIVATE
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial javax.faces.application.NavigationHandler.<init>:()V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
public void <init>(javax.faces.application.NavigationHandler);
descriptor: (Ljavax/faces/application/NavigationHandler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial javax.faces.application.NavigationHandler.<init>:()V
1: aload 0
aload 1
putfield org.springframework.web.jsf.DelegatingNavigationHandlerProxy.originalNavigationHandler:Ljavax/faces/application/NavigationHandler;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
0 3 1 originalNavigationHandler Ljavax/faces/application/NavigationHandler;
MethodParameters:
Name Flags
originalNavigationHandler
public void handleNavigation(javax.faces.context.FacesContext, java.lang.String, java.lang.String);
descriptor: (Ljavax/faces/context/FacesContext;Ljava/lang/String;Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=5, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokevirtual org.springframework.web.jsf.DelegatingNavigationHandlerProxy.getDelegate:(Ljavax/faces/context/FacesContext;)Ljavax/faces/application/NavigationHandler;
astore 4
start local 4 1: aload 4
instanceof org.springframework.web.jsf.DecoratingNavigationHandler
ifeq 6
2: aload 4
checkcast org.springframework.web.jsf.DecoratingNavigationHandler
3: aload 1
aload 2
aload 3
aload 0
getfield org.springframework.web.jsf.DelegatingNavigationHandlerProxy.originalNavigationHandler:Ljavax/faces/application/NavigationHandler;
4: invokevirtual org.springframework.web.jsf.DecoratingNavigationHandler.handleNavigation:(Ljavax/faces/context/FacesContext;Ljava/lang/String;Ljava/lang/String;Ljavax/faces/application/NavigationHandler;)V
5: goto 7
6: StackMap locals: javax.faces.application.NavigationHandler
StackMap stack:
aload 4
aload 1
aload 2
aload 3
invokevirtual javax.faces.application.NavigationHandler.handleNavigation:(Ljavax/faces/context/FacesContext;Ljava/lang/String;Ljava/lang/String;)V
7: StackMap locals:
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
0 8 1 facesContext Ljavax/faces/context/FacesContext;
0 8 2 fromAction Ljava/lang/String;
0 8 3 outcome Ljava/lang/String;
1 8 4 handler Ljavax/faces/application/NavigationHandler;
MethodParameters:
Name Flags
facesContext
fromAction
outcome
protected javax.faces.application.NavigationHandler getDelegate(javax.faces.context.FacesContext);
descriptor: (Ljavax/faces/context/FacesContext;)Ljavax/faces/application/NavigationHandler;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.springframework.web.jsf.DelegatingNavigationHandlerProxy.getTargetBeanName:(Ljavax/faces/context/FacesContext;)Ljava/lang/String;
astore 2
start local 2 1: aload 0
aload 1
invokevirtual org.springframework.web.jsf.DelegatingNavigationHandlerProxy.getBeanFactory:(Ljavax/faces/context/FacesContext;)Lorg/springframework/beans/factory/BeanFactory;
aload 2
ldc Ljavax/faces/application/NavigationHandler;
invokeinterface org.springframework.beans.factory.BeanFactory.getBean:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
checkcast javax.faces.application.NavigationHandler
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
0 2 1 facesContext Ljavax/faces/context/FacesContext;
1 2 2 targetBeanName Ljava/lang/String;
MethodParameters:
Name Flags
facesContext
protected java.lang.String getTargetBeanName(javax.faces.context.FacesContext);
descriptor: (Ljavax/faces/context/FacesContext;)Ljava/lang/String;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: ldc "jsfNavigationHandler"
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
0 1 1 facesContext Ljavax/faces/context/FacesContext;
MethodParameters:
Name Flags
facesContext
protected org.springframework.beans.factory.BeanFactory getBeanFactory(javax.faces.context.FacesContext);
descriptor: (Ljavax/faces/context/FacesContext;)Lorg/springframework/beans/factory/BeanFactory;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.springframework.web.jsf.DelegatingNavigationHandlerProxy.getWebApplicationContext:(Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
0 1 1 facesContext Ljavax/faces/context/FacesContext;
MethodParameters:
Name Flags
facesContext
protected org.springframework.web.context.WebApplicationContext getWebApplicationContext(javax.faces.context.FacesContext);
descriptor: (Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokestatic org.springframework.web.jsf.FacesContextUtils.getRequiredWebApplicationContext:(Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/jsf/DelegatingNavigationHandlerProxy;
0 1 1 facesContext Ljavax/faces/context/FacesContext;
MethodParameters:
Name Flags
facesContext
}
SourceFile: "DelegatingNavigationHandlerProxy.java"