Package org.apache.wicket.spring

Examples of org.apache.wicket.spring.ISpringContextLocator



public class MockContext extends AnnotApplicationContextMock {
  public MockContext() {
    InjectorHolder.setInjector(new AnnotSpringInjector(
        new ISpringContextLocator() {
          public ApplicationContext getSpringContext() {
            return MockContext.this;
          }
        }));
  }
View Full Code Here

TOP

Related Classes of org.apache.wicket.spring.ISpringContextLocator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.