 Apache Wicket 10.x Reference GuideWicketFilter <init-param> Apache Wicket 10.x Reference GuideWicketFilter <init-param>- applicationClassName - org.wicketTutorial.WicketApplication init-param> specifies which page to use as a homepage for our application. Another important method is init(): protected void init() 9 This method is called when our application is loaded by the web server (Tomcat, void init() { super.init(); // add your configuration here } } Since this is a very basic example of a Wicket application, we don’t need to specify anything inside the init method0 码力 | 336 页 | 7.16 MB | 1 年前3
 Apache Wicket 9.x Reference GuideWicketFilter <init-param> Apache Wicket 9.x Reference GuideWicketFilter <init-param>- applicationClassName - org.wicketTutorial.WicketApplication init-param> specifies which page to use as a homepage for our application. Another important method is init(): protected void init() This method is called when our application is loaded by the web server (Tomcat, Jetty void init() { super.init(); // add your configuration here } } Since this is a very basic example of a Wicket application, we don’t need to specify anything inside the init method0 码力 | 335 页 | 7.15 MB | 1 年前3
 Apache Wicket 8.x Reference GuideWicketFilter <init-param> Apache Wicket 8.x Reference GuideWicketFilter <init-param>- applicationClassName - org.wicketTutorial.WicketApplication init-param> specifies which page to use as a homepage for our application. Another important method is init(): protected void init() This method is called when our application is loaded by the web server (Tomcat, Jetty void init() { super.init(); // add your configuration here } } Since this is a very basic example of a Wicket application, we don’t need to specify anything inside the init method0 码力 | 350 页 | 9.95 MB | 1 年前3
 Apache Wicket 7.x Reference GuideWicketFilter <init-param> Apache Wicket 7.x Reference GuideWicketFilter <init-param>- applicationClassName - org.wicketTutorial.WicketApplication init-param> specifies which page to use as homepage for our application. Another important method is init(): protected void init() This method is called when our application is loaded by the web server (Tomcat, Jetty void init() { super.init(); // add your configuration here } } Since this is a very basic example of a Wicket application, we don’t need to specify anything inside the init method0 码力 | 346 页 | 10.00 MB | 1 年前3
 Introducing Apache Wicket<init-param> Introducing Apache Wicket<init-param>- applicationClassName - helloWorld.WicketApplication init-param>- public Class extends Page> getHomePage() { return HomePage.class; } @Override Public init(){...} } ● If we look back at web.xml we can see that we have provided the Wicket flter with a during application initialization listing all the resources that compose it: @Override public void init() { getResourceBundles() .addJavaScriptBundle(getClass(), "plugins-bundle.js", 0 码力 | 53 页 | 1.85 MB | 1 年前3
共 5 条
- 1













