public interface org.springframework.web.context.ServletContextAware extends org.springframework.beans.factory.Aware
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.springframework.web.context.ServletContextAware
super_class: java.lang.Object
{
public abstract void setServletContext(javax.servlet.ServletContext);
descriptor: (Ljavax/servlet/ServletContext;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
servletContext
}
SourceFile: "ServletContextAware.java"