Uses of Interface
org.apache.wicket.IInitializer
-
-
Uses of IInitializer in org.apache.wicket
Classes in org.apache.wicket that implement IInitializer Modifier and Type Class Description class
Initializer
Initializer for components in wicket core library.Methods in org.apache.wicket that return types with arguments of type IInitializer Modifier and Type Method Description List<IInitializer>
Application. getInitializers()
-
Uses of IInitializer in org.apache.wicket.devutils.debugbar
Classes in org.apache.wicket.devutils.debugbar that implement IInitializer Modifier and Type Class Description class
DebugBarInitializer
Debug bar module initializer -
Uses of IInitializer in org.apache.wicket.extensions
Classes in org.apache.wicket.extensions that implement IInitializer Modifier and Type Class Description class
Initializer
Initializer for the extensions package. -
Uses of IInitializer in org.apache.wicket.extensions.ajax.markup.html.form.upload
Classes in org.apache.wicket.extensions.ajax.markup.html.form.upload that implement IInitializer Modifier and Type Class Description static class
UploadProgressBar.ComponentInitializer
Initializer for this component; binds static resources. -
Uses of IInitializer in org.apache.wicket.http2.markup.head.jetty
Classes in org.apache.wicket.http2.markup.head.jetty that implement IInitializer Modifier and Type Class Description class
Initializer
Initializes the jetty specific push builder API and makes it available through the HTTP2 settings -
Uses of IInitializer in org.apache.wicket.http2.markup.head.servlet4
Classes in org.apache.wicket.http2.markup.head.servlet4 that implement IInitializer Modifier and Type Class Description class
Initializer
Initializes the servlet 4 specific push builder API and makes it available through the HTTP2 settings -
Uses of IInitializer in org.apache.wicket.http2.markup.head.tomcat
Classes in org.apache.wicket.http2.markup.head.tomcat that implement IInitializer Modifier and Type Class Description class
Initializer
Initializes the tomcat specific push builder API and makes it available through the HTTP2 settings -
Uses of IInitializer in org.apache.wicket.http2.markup.head.undertow
Classes in org.apache.wicket.http2.markup.head.undertow that implement IInitializer Modifier and Type Class Description class
Initializer
Initializes the undertow specific push builder API and makes it available through the http2 settings -
Uses of IInitializer in org.apache.wicket.jmx
Classes in org.apache.wicket.jmx that implement IInitializer Modifier and Type Class Description class
Initializer
Registers Wicket's MBeans. -
Uses of IInitializer in org.apache.wicket.resource.loader
Constructor parameters in org.apache.wicket.resource.loader with type arguments of type IInitializer Constructor Description InitializerStringResourceLoader(List<IInitializer> initializers)
Create and initialize the resource loader. -
Uses of IInitializer in org.apache.wicket.velocity
Classes in org.apache.wicket.velocity that implement IInitializer Modifier and Type Class Description class
Initializer
An implementation ofIInitializer
for the Velocity Runtime Singleton.
-