Uses of Interface
org.apache.wicket.protocol.http.IWebApplicationFactory
-
Packages that use IWebApplicationFactory Package Description org.apache.wicket.protocol.http HTTP implementation. -
-
Uses of IWebApplicationFactory in org.apache.wicket.protocol.http
Classes in org.apache.wicket.protocol.http that implement IWebApplicationFactory Modifier and Type Class Description classContextParamWebApplicationFactoryFactory that creates application objects based on the class name specified in theContextParamWebApplicationFactory.APP_CLASS_PARAMcontext variable.Methods in org.apache.wicket.protocol.http that return IWebApplicationFactory Modifier and Type Method Description protected IWebApplicationFactoryWicketFilter. getApplicationFactory()Creates the web application factory instance.
-