FileDocCategorySizeDatePackage
RentABikeAssembler.javaAPI DocExample401Fri Apr 22 11:20:24 BST 2005com.springbook

RentABikeAssembler

public class RentABikeAssembler extends Object

Fields Summary
Constructors Summary
Methods Summary
public static final voidmain(java.lang.String[] args)

      ClassPathXmlApplicationContext ctx = new ClassPathXmlApplicationContext("RentABike-context.xml");
      CommandLineView clv = (CommandLineView)ctx.getBean("commandLineView");
      clv.printAllBikes();