Package wicket.protocol.http.portlet

Wicket interface to the JSR-168 portlet API.

See:
          Description

Interface Summary
IPortletApplicationFactory A factory interface used by wicket portlet to create portlet application objects.
 

Class Summary
PortletActionRequestCycle A portlet RequestCycle implementation for portlet ActionRequest.
PortletActionRequestCycleProcessor A RequestCycleProcessor for portlet action requests.
PortletActionRequestResponseStrategy  
PortletApplication A portlet application is a subclass of Application which associates with an instance of WicketPortlet to serve pages as portlets.
PortletApplicationPath Loads resources from the portlet context
PortletExceptionResponseStrategy  
PortletPage Base class for portlet pages.
PortletPreferencesPortletApplicationFactory A IPortletApplicationFactory implementation using portlet preferences.
PortletRenderRequestCycle A portlet RequestCycle implementation for portlet RenderRequest.
PortletRenderRequestCycleProcessor A RequestCycleProcessor for portlet render requests.
PortletRenderRequestEventProcessorStrategy  
PortletRenderResponseStrategy Portlet render ResponseStrategy handles outputting of the header contributions into the response.
PortletRequestCodingStrategy Request coding strategy implementation that uses PortletURL object to create links.
PortletRequestCycle Base RequestCycle implementation for portlets.
PortletRequestTargetResolverStrategy Portlet target resolver strategy.
PortletSessionStore Abstract implementation of ISessionStore that works with portlets
WicketPortlet Portlet class for all wicket portlet applications.
WicketPortletRequest A Request implementation that uses PortletRequest
WicketPortletResponse A Response implementation that uses PortletResponse
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
WicketPortletSession A session subclass for the PortletSession
 

Package wicket.protocol.http.portlet Description

Wicket interface to the JSR-168 portlet API.



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