public class org.springframework.web.jsf.el.SpringBeanFacesELResolver extends javax.el.ELResolver
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.web.jsf.el.SpringBeanFacesELResolver
super_class: javax.el.ELResolver
{
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.el.ELResolver.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
public java.lang.Object getValue(javax.el.ELContext, java.lang.Object, java.lang.Object);
descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnonnull 6
1: aload 3
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 4
start local 4 2: aload 0
aload 1
invokevirtual org.springframework.web.jsf.el.SpringBeanFacesELResolver.getWebApplicationContext:(Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
astore 5
start local 5 3: aload 5
aload 4
invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
ifeq 6
4: aload 1
iconst_1
invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
5: aload 5
aload 4
invokeinterface org.springframework.web.context.WebApplicationContext.getBean:(Ljava/lang/String;)Ljava/lang/Object;
areturn
end local 5 end local 4 6: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
0 7 1 elContext Ljavax/el/ELContext;
0 7 2 base Ljava/lang/Object;
0 7 3 property Ljava/lang/Object;
2 6 4 beanName Ljava/lang/String;
3 6 5 wac Lorg/springframework/web/context/WebApplicationContext;
Exceptions:
throws javax.el.ELException
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
RuntimeVisibleParameterAnnotations:
0:
1:
org.springframework.lang.Nullable()
2:
MethodParameters:
Name Flags
elContext
base
property
public java.lang.Class<?> getType(javax.el.ELContext, , );
descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnonnull 6
1: aload 3
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 4
start local 4 2: aload 0
aload 1
invokevirtual org.springframework.web.jsf.el.SpringBeanFacesELResolver.getWebApplicationContext:(Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
astore 5
start local 5 3: aload 5
aload 4
invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
ifeq 6
4: aload 1
iconst_1
invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
5: aload 5
aload 4
invokeinterface org.springframework.web.context.WebApplicationContext.getType:(Ljava/lang/String;)Ljava/lang/Class;
areturn
end local 5 end local 4 6: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
0 7 1 elContext Ljavax/el/ELContext;
0 7 2 base Ljava/lang/Object;
0 7 3 property Ljava/lang/Object;
2 6 4 beanName Ljava/lang/String;
3 6 5 wac Lorg/springframework/web/context/WebApplicationContext;
Exceptions:
throws javax.el.ELException
Signature: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Class<*>;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
RuntimeVisibleParameterAnnotations:
0:
1:
org.springframework.lang.Nullable()
2:
MethodParameters:
Name Flags
elContext
base
property
public void setValue(javax.el.ELContext, java.lang.Object, java.lang.Object, java.lang.Object);
descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 2
ifnonnull 10
1: aload 3
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 5
start local 5 2: aload 0
aload 1
invokevirtual org.springframework.web.jsf.el.SpringBeanFacesELResolver.getWebApplicationContext:(Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
astore 6
start local 6 3: aload 6
aload 5
invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
ifeq 10
4: aload 4
aload 6
aload 5
invokeinterface org.springframework.web.context.WebApplicationContext.getBean:(Ljava/lang/String;)Ljava/lang/Object;
if_acmpne 7
5: aload 1
iconst_1
invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
6: goto 10
7: StackMap locals: java.lang.String org.springframework.web.context.WebApplicationContext
StackMap stack:
new javax.el.PropertyNotWritableException
dup
8: new java.lang.StringBuilder
dup
ldc "Variable '"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "' refers to a Spring bean which by definition is not writable"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
9: invokespecial javax.el.PropertyNotWritableException.<init>:(Ljava/lang/String;)V
athrow
end local 6 end local 5 10: 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 11 0 this Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
0 11 1 elContext Ljavax/el/ELContext;
0 11 2 base Ljava/lang/Object;
0 11 3 property Ljava/lang/Object;
0 11 4 value Ljava/lang/Object;
2 10 5 beanName Ljava/lang/String;
3 10 6 wac Lorg/springframework/web/context/WebApplicationContext;
Exceptions:
throws javax.el.ELException
RuntimeVisibleParameterAnnotations:
0:
1:
org.springframework.lang.Nullable()
2:
3:
MethodParameters:
Name Flags
elContext
base
property
value
public boolean isReadOnly(javax.el.ELContext, java.lang.Object, java.lang.Object);
descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;Ljava/lang/Object;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnonnull 5
1: aload 3
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 4
start local 4 2: aload 0
aload 1
invokevirtual org.springframework.web.jsf.el.SpringBeanFacesELResolver.getWebApplicationContext:(Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
astore 5
start local 5 3: aload 5
aload 4
invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
ifeq 5
4: iconst_1
ireturn
end local 5 end local 4 5: StackMap locals:
StackMap stack:
iconst_0
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
0 6 1 elContext Ljavax/el/ELContext;
0 6 2 base Ljava/lang/Object;
0 6 3 property Ljava/lang/Object;
2 5 4 beanName Ljava/lang/String;
3 5 5 wac Lorg/springframework/web/context/WebApplicationContext;
Exceptions:
throws javax.el.ELException
RuntimeVisibleParameterAnnotations:
0:
1:
org.springframework.lang.Nullable()
2:
MethodParameters:
Name Flags
elContext
base
property
public java.util.Iterator<java.beans.FeatureDescriptor> getFeatureDescriptors(javax.el.ELContext, );
descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/util/Iterator;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
0 1 1 elContext Ljavax/el/ELContext;
0 1 2 base Ljava/lang/Object;
Signature: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/util/Iterator<Ljava/beans/FeatureDescriptor;>;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
RuntimeVisibleParameterAnnotations:
0:
1:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
elContext
base
public java.lang.Class<?> getCommonPropertyType(javax.el.ELContext, );
descriptor: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/lang/Class;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=3, args_size=3
start local 0 start local 1 start local 2 0: ldc Ljava/lang/Object;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
0 1 1 elContext Ljavax/el/ELContext;
0 1 2 base Ljava/lang/Object;
Signature: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/lang/Class<*>;
RuntimeVisibleParameterAnnotations:
0:
1:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
elContext
base
protected org.springframework.web.context.WebApplicationContext getWebApplicationContext(javax.el.ELContext);
descriptor: (Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=3, args_size=2
start local 0 start local 1 0: invokestatic javax.faces.context.FacesContext.getCurrentInstance:()Ljavax/faces/context/FacesContext;
astore 2
start local 2 1: aload 2
invokestatic org.springframework.web.jsf.FacesContextUtils.getRequiredWebApplicationContext:(Ljavax/faces/context/FacesContext;)Lorg/springframework/web/context/WebApplicationContext;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/springframework/web/jsf/el/SpringBeanFacesELResolver;
0 2 1 elContext Ljavax/el/ELContext;
1 2 2 facesContext Ljavax/faces/context/FacesContext;
MethodParameters:
Name Flags
elContext
}
SourceFile: "SpringBeanFacesELResolver.java"