Uses of Class
wicket.protocol.http.WicketServlet

Packages that use WicketServlet
wicket.protocol.http HTTP implementation. 
wicket.protocol.http.portlet Wicket interface to the JSR-168 portlet API. 
 

Uses of WicketServlet in wicket.protocol.http
 

Methods in wicket.protocol.http that return WicketServlet
 WicketServlet WebApplication.getWicketServlet()
           
 

Methods in wicket.protocol.http with parameters of type WicketServlet
 WebApplication IWebApplicationFactory.createApplication(WicketServlet servlet)
          Create application object
 WebApplication ContextParamWebApplicationFactory.createApplication(WicketServlet servlet)
           
 void WebApplication.setWicketServlet(WicketServlet wicketServlet)
          THIS METHOD IS NOT PART OF THE WICKET PUBLIC API.
 

Uses of WicketServlet in wicket.protocol.http.portlet
 

Subclasses of WicketServlet in wicket.protocol.http.portlet
 class WicketPortletServlet
          Dummy utility servlet to support dynamic resources with portlets See: http://weblogs.java.net/blog/wholder/archive/2005/02/session_session.html http://issues.apache.org/jira/browse/PLUTO-53
 



Copyright © 2004-2007 Wicket developers. All Rights Reserved.