wicket.spring.injection.annot
Class AnnotSpringWebApplication

java.lang.Object
  extended by wicket.Application
      extended by wicket.protocol.http.WebApplication
          extended by wicket.spring.SpringWebApplication
              extended by wicket.spring.injection.annot.AnnotSpringWebApplication
All Implemented Interfaces:
org.springframework.context.ApplicationContextAware, wicket.ISessionFactory

Deprecated. instead in application.init() do addComponentInstantiationListener(new SpringComponentInjector(this)); TODO remove post 1.3

public abstract class AnnotSpringWebApplication
extends wicket.spring.SpringWebApplication

Convinience subclass of SpringWebApplication that puts an instance of AnnotSpringInjector into the InjectorHolder when the application is initialized.

Author:
Igor Vaynberg (ivaynberg)

Field Summary
 
Fields inherited from class wicket.Application
CONFIGURATION, CONTEXTPATH, DEPLOYMENT, DEVELOPMENT
 
Constructor Summary
AnnotSpringWebApplication()
          Deprecated.  
 
Method Summary
protected  void internalInit()
          Deprecated.  
 
Methods inherited from class wicket.spring.SpringWebApplication
createSpringBeanProxy, createSpringBeanProxy, getSpringContextLocator, internalGetApplicationContext, setApplicationContext
 
Methods inherited from class wicket.protocol.http.WebApplication
getApplicationKey, getDefaultRequestCycleFactory, getRequestCycleProcessor, getRequestLogger, getSessionAttributePrefix, getSessionFactory, getWicketServlet, init, internalDestroy, logEventTarget, logResponseTarget, mount, mount, mountBookmarkablePage, mountBookmarkablePage, mountSharedResource, newRequestCycleProcessor, newSession, newSessionStore, newWebRequest, newWebResponse, sessionDestroyed, setApplicationKey, setRequestLogger, setSessionFactory, setWicketServlet, unmount
 
Methods inherited from class wicket.Application
addComponentInstantiationListener, configure, configure, configure, destroy, exists, get, get, getAjaxSettings, getApplicationSettings, getConfigurationType, getDebugSettings, getExceptionSettings, getFrameworkSettings, getHomePage, getMarkupCache, getMarkupSettings, getMetaData, getName, getPageSettings, getRequestCycleSettings, getResourceSettings, getSecuritySettings, getSessionSettings, getSessionStore, getSettings, getSharedResources, initializeComponents, isAttached, removeComponentInstantiationListener, set, setMetaData, unset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotSpringWebApplication

public AnnotSpringWebApplication()
Deprecated. 
Method Detail

internalInit

protected void internalInit()
Deprecated. 
Overrides:
internalInit in class wicket.spring.SpringWebApplication


Copyright © 2004-2006 Wicket developers. All Rights Reserved.