Uses of Interface
org.apache.wicket.protocol.http.IWebApplicationFactory

Packages that use IWebApplicationFactory
org.apache.wicket.guice   
org.apache.wicket.protocol.http HTTP implementation. 
org.apache.wicket.spring   
 

Uses of IWebApplicationFactory in org.apache.wicket.guice
 

Classes in org.apache.wicket.guice that implement IWebApplicationFactory
 class GuiceWebApplicationFactory
          Implementation of IWebApplicationFactory that pulls the WebApplication object out of a Guice Module.
 

Uses of IWebApplicationFactory in org.apache.wicket.protocol.http
 

Subinterfaces of IWebApplicationFactory in org.apache.wicket.protocol.http
 interface IDestroyableWebApplicationFactory
          Extension of IWebApplicationFactory that is aware of the filter destruction.
 

Classes in org.apache.wicket.protocol.http that implement IWebApplicationFactory
 class ContextParamWebApplicationFactory
          Factory that creates application objects based on the class name specified in the ContextParamWebApplicationFactory.APP_CLASS_PARAM context variable.
 

Methods in org.apache.wicket.protocol.http that return IWebApplicationFactory
protected  IWebApplicationFactory WicketFilter.getApplicationFactory()
          Creates the web application factory instance.
 

Uses of IWebApplicationFactory in org.apache.wicket.spring
 

Classes in org.apache.wicket.spring that implement IWebApplicationFactory
 class SpringWebApplicationFactory
          Implementation of IWebApplicationFactory that pulls the WebApplication object out of spring application context.
 



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.