Uses of Class
org.apache.wicket.protocol.http.WebApplication
-
Packages that use WebApplication Package Description org.apache.wicket.markup.html Base package of HTML markup.org.apache.wicket.mock org.apache.wicket.protocol.http HTTP implementation.org.apache.wicket.util.cookies Persistence support for forms.org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. -
-
Uses of WebApplication in org.apache.wicket.markup.html
Methods in org.apache.wicket.markup.html that return WebApplication Modifier and Type Method Description WebApplicationWebComponent. getWebApplication()A convenience method to return the WebApplication.WebApplicationWebMarkupContainer. getWebApplication()A convenience method to return the WebApplication. -
Uses of WebApplication in org.apache.wicket.mock
Subclasses of WebApplication in org.apache.wicket.mock Modifier and Type Class Description classMockApplicationWebApplicationused for testing. -
Uses of WebApplication in org.apache.wicket.protocol.http
Methods in org.apache.wicket.protocol.http that return WebApplication Modifier and Type Method Description protected WebApplicationContextParamWebApplicationFactory. createApplication(java.lang.String applicationClassName)Instantiates the application instance.WebApplicationContextParamWebApplicationFactory. createApplication(WicketFilter filter)WebApplicationIWebApplicationFactory. createApplication(WicketFilter filter)Create application objectstatic WebApplicationWebApplication. get()Covariant override for easy getting the currentWebApplicationwithout having to cast it.protected WebApplicationWicketFilter. getApplication()Constructors in org.apache.wicket.protocol.http with parameters of type WebApplication Constructor Description WicketFilter(WebApplication application)constructor supporting programmatic setup of the filter -
Uses of WebApplication in org.apache.wicket.util.cookies
Methods in org.apache.wicket.util.cookies with parameters of type WebApplication Modifier and Type Method Description java.lang.StringCookieUtils. getSessionIdCookieName(WebApplication application)Gets the name of the cookie where the session id is stored. -
Uses of WebApplication in org.apache.wicket.util.tester
Methods in org.apache.wicket.util.tester that return WebApplication Modifier and Type Method Description WebApplicationBaseWicketTester. getApplication()Returns theApplicationfor this environment.protected WebApplicationWicketTestCase. newApplication()Methods in org.apache.wicket.util.tester with parameters of type WebApplication Modifier and Type Method Description protected WicketTesterWicketTestCase. newWicketTester(WebApplication app)In case you need to subclass WicketTester and want to be independent on possible changes in setUp().Constructors in org.apache.wicket.util.tester with parameters of type WebApplication Constructor Description BaseWicketTester(WebApplication application)Creates aWicketTester.BaseWicketTester(WebApplication application, boolean init)Creates aWicketTester.BaseWicketTester(WebApplication application, java.lang.String servletContextBasePath)Creates aWicketTester.BaseWicketTester(WebApplication application, javax.servlet.ServletContext servletCtx)Creates aWicketTester.BaseWicketTester(WebApplication application, javax.servlet.ServletContext servletCtx, boolean init)Creates aWicketTester.WicketTester(WebApplication application)Creates aWicketTester.WicketTester(WebApplication application, boolean init)Creates aWicketTesterto help unit testing.WicketTester(WebApplication application, java.lang.String path)Creates aWicketTesterto help unit testing.WicketTester(WebApplication application, javax.servlet.ServletContext servletCtx)Creates aWicketTesterto help unit testing.WicketTester(WebApplication application, javax.servlet.ServletContext servletCtx, boolean init)Creates aWicketTesterto help unit testing.
-