List of usage examples for org.apache.wicket.spring ISpringContextLocator interface-usage
From source file org.wicketopia.example.web.application.WicketApplication.java
/** * Application object for your web application. If you want to run this application without deploying, run the Start class. */ @Component("wicketApplication") public class WicketApplication extends WebApplication implements ISpringContextLocator, ApplicationContextAware { //----------------------------------------------------------------------------------------------------------------------
From source file org.xaloon.wicket.component.inject.spring.SpringContextLocator.java
/** * @author vytautas r. */ @Named public class SpringContextLocator implements ApplicationContextAware, ISpringContextLocator { private static ApplicationContext context;