public class org.springframework.web.jsf.el.WebApplicationContextFacesELResolver extends javax.el.ELResolver
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.springframework.web.jsf.el.WebApplicationContextFacesELResolver
super_class: javax.el.ELResolver
{
public static final java.lang.String WEB_APPLICATION_CONTEXT_VARIABLE_NAME;
descriptor: Ljava/lang/String;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: "webApplicationContext"
protected final org.apache.commons.logging.Log logger;
descriptor: Lorg/apache/commons/logging/Log;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokespecial javax.el.ELResolver.<init>:()V
1: aload 0
aload 0
invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
invokestatic org.apache.commons.logging.LogFactory.getLog:(Ljava/lang/Class;)Lorg/apache/commons/logging/Log;
putfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
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=4, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnull 15
1: aload 2
instanceof org.springframework.web.context.WebApplicationContext
ifeq 18
2: aload 2
checkcast org.springframework.web.context.WebApplicationContext
astore 4
start local 4 3: aload 3
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 5
start local 5 4: aload 0
getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
invokeinterface org.apache.commons.logging.Log.isTraceEnabled:()Z
ifeq 6
5: aload 0
getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
new java.lang.StringBuilder
dup
ldc "Attempting to resolve property '"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "' in root WebApplicationContext"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokeinterface org.apache.commons.logging.Log.trace:(Ljava/lang/Object;)V
6: StackMap locals: org.springframework.web.context.WebApplicationContext java.lang.String
StackMap stack:
aload 4
aload 5
invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
ifeq 14
7: aload 0
getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
ifeq 9
8: aload 0
getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
new java.lang.StringBuilder
dup
ldc "Successfully resolved property '"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "' in root WebApplicationContext"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
9: StackMap locals:
StackMap stack:
aload 1
iconst_1
invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
10: aload 4
aload 5
invokeinterface org.springframework.web.context.WebApplicationContext.getBean:(Ljava/lang/String;)Ljava/lang/Object;
11: areturn
12: StackMap locals:
StackMap stack: org.springframework.beans.BeansException
astore 6
start local 6 13: new javax.el.ELException
dup
aload 6
invokespecial javax.el.ELException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 6 14: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 5 end local 4 15: StackMap locals:
StackMap stack:
ldc "webApplicationContext"
aload 3
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 18
16: aload 1
iconst_1
invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
17: aload 0
aload 1
invokevirtual org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.getWebApplicationContext:(Ljavax/el/ELContext;)Lorg/springframework/web/context/WebApplicationContext;
areturn
18: 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 19 0 this Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
0 19 1 elContext Ljavax/el/ELContext;
0 19 2 base Ljava/lang/Object;
0 19 3 property Ljava/lang/Object;
3 15 4 wac Lorg/springframework/web/context/WebApplicationContext;
4 15 5 beanName Ljava/lang/String;
13 14 6 ex Lorg/springframework/beans/BeansException;
Exception table:
from to target type
10 11 12 Class org.springframework.beans.BeansException
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=4, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
ifnull 15
1: aload 2
instanceof org.springframework.web.context.WebApplicationContext
ifeq 18
2: aload 2
checkcast org.springframework.web.context.WebApplicationContext
astore 4
start local 4 3: aload 3
invokevirtual java.lang.Object.toString:()Ljava/lang/String;
astore 5
start local 5 4: aload 0
getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
ifeq 6
5: aload 0
getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
new java.lang.StringBuilder
dup
ldc "Attempting to resolve property '"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "' in root WebApplicationContext"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
6: StackMap locals: org.springframework.web.context.WebApplicationContext java.lang.String
StackMap stack:
aload 4
aload 5
invokeinterface org.springframework.web.context.WebApplicationContext.containsBean:(Ljava/lang/String;)Z
ifeq 14
7: aload 0
getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
invokeinterface org.apache.commons.logging.Log.isDebugEnabled:()Z
ifeq 9
8: aload 0
getfield org.springframework.web.jsf.el.WebApplicationContextFacesELResolver.logger:Lorg/apache/commons/logging/Log;
new java.lang.StringBuilder
dup
ldc "Successfully resolved property '"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 5
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "' in root WebApplicationContext"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokeinterface org.apache.commons.logging.Log.debug:(Ljava/lang/Object;)V
9: StackMap locals:
StackMap stack:
aload 1
iconst_1
invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
10: aload 4
aload 5
invokeinterface org.springframework.web.context.WebApplicationContext.getType:(Ljava/lang/String;)Ljava/lang/Class;
11: areturn
12: StackMap locals:
StackMap stack: org.springframework.beans.BeansException
astore 6
start local 6 13: new javax.el.ELException
dup
aload 6
invokespecial javax.el.ELException.<init>:(Ljava/lang/Throwable;)V
athrow
end local 6 14: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 5 end local 4 15: StackMap locals:
StackMap stack:
ldc "webApplicationContext"
aload 3
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifeq 18
16: aload 1
iconst_1
invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
17: ldc Lorg/springframework/web/context/WebApplicationContext;
areturn
18: 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 19 0 this Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
0 19 1 elContext Ljavax/el/ELContext;
0 19 2 base Ljava/lang/Object;
0 19 3 property Ljava/lang/Object;
3 15 4 wac Lorg/springframework/web/context/WebApplicationContext;
4 15 5 beanName Ljava/lang/String;
13 14 6 ex Lorg/springframework/beans/BeansException;
Exception table:
from to target type
10 11 12 Class org.springframework.beans.BeansException
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=0, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
0 1 1 elContext Ljavax/el/ELContext;
0 1 2 base Ljava/lang/Object;
0 1 3 property Ljava/lang/Object;
0 1 4 value Ljava/lang/Object;
Exceptions:
throws javax.el.ELException
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=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 2
instanceof org.springframework.web.context.WebApplicationContext
ifeq 3
1: aload 1
iconst_1
invokevirtual javax.el.ELContext.setPropertyResolved:(Z)V
2: iconst_1
ireturn
3: 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 4 0 this Lorg/springframework/web/jsf/el/WebApplicationContextFacesELResolver;
0 4 1 elContext Ljavax/el/ELContext;
0 4 2 base Ljava/lang/Object;
0 4 3 property Ljava/lang/Object;
Exceptions:
throws javax.el.ELException
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/WebApplicationContextFacesELResolver;
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()
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/WebApplicationContextFacesELResolver;
0 1 1 elContext Ljavax/el/ELContext;
0 1 2 base Ljava/lang/Object;
Signature: (Ljavax/el/ELContext;Ljava/lang/Object;)Ljava/lang/Class<*>;
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/WebApplicationContextFacesELResolver;
0 2 1 elContext Ljavax/el/ELContext;
1 2 2 facesContext Ljavax/faces/context/FacesContext;
RuntimeVisibleAnnotations:
org.springframework.lang.Nullable()
MethodParameters:
Name Flags
elContext
}
SourceFile: "WebApplicationContextFacesELResolver.java"