wicket.protocol.http.portlet
Class WicketPortletServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by wicket.protocol.http.WicketServlet
              extended by wicket.protocol.http.portlet.WicketPortletServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class WicketPortletServlet
extends WicketServlet

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

Author:
Janne Hietamäki
See Also:
Serialized Form

Field Summary
 
Fields inherited from class wicket.protocol.http.WicketServlet
APP_FACT_PARAM, webApplication
 
Constructor Summary
WicketPortletServlet()
           
 
Method Summary
protected  IWebApplicationFactory getApplicationFactory()
          Creates the web application factory instance.
 
Methods inherited from class wicket.protocol.http.WicketServlet
destroy, doGet, doPost, getLastModified, init
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WicketPortletServlet

public WicketPortletServlet()
Method Detail

getApplicationFactory

protected final IWebApplicationFactory getApplicationFactory()
Description copied from class: WicketServlet
Creates the web application factory instance. If no APP_FACT_PARAM is specified in web.xml ContextParamWebApplicationFactory will be used by default.

Overrides:
getApplicationFactory in class WicketServlet
Returns:
application factory instance
See Also:
ContextParamWebApplicationFactory


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