public class org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory extends org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory
  super_class: org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory this
         0: .line 35
            aload 0 /* this */
            invokespecial org.springframework.web.servlet.view.tiles3.AbstractSpringPreparerFactory.<init>:()V
            return
        end local 0 // org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/web/servlet/view/tiles3/SpringBeanPreparerFactory;

  protected org.apache.tiles.preparer.ViewPreparer getPreparer(java.lang.String, org.springframework.web.context.WebApplicationContext);
    descriptor: (Ljava/lang/String;Lorg/springframework/web/context/WebApplicationContext;)Lorg/apache/tiles/preparer/ViewPreparer;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory this
        start local 1 // java.lang.String name
        start local 2 // org.springframework.web.context.WebApplicationContext context
         0: .line 39
            aload 2 /* context */
            aload 1 /* name */
            ldc Lorg/apache/tiles/preparer/ViewPreparer;
            invokeinterface org.springframework.web.context.WebApplicationContext.getBean:(Ljava/lang/String;Ljava/lang/Class;)Ljava/lang/Object;
            checkcast org.apache.tiles.preparer.ViewPreparer
            areturn
        end local 2 // org.springframework.web.context.WebApplicationContext context
        end local 1 // java.lang.String name
        end local 0 // org.springframework.web.servlet.view.tiles3.SpringBeanPreparerFactory this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/springframework/web/servlet/view/tiles3/SpringBeanPreparerFactory;
            0    1     1     name  Ljava/lang/String;
            0    1     2  context  Lorg/springframework/web/context/WebApplicationContext;
    Exceptions:
      throws org.apache.tiles.TilesException
    MethodParameters:
         Name  Flags
      name     
      context  
}
SourceFile: "SpringBeanPreparerFactory.java"