Package org.apache.wicket.portlet

Class Summary
EmbeddedPortletHeaderResponse Portlet behaviour override of the HeaderResponse implementation, responsible for writing header contributions from portlets in the body of the response, as opposed to the head.
MarkupIdPrepender If the markup id is not defined directly on the component tag, it prepends the portlet namespace to the Wicket generated markup id.
PortletFilter This class subclasses the original WicketFilter to add the necessary porlet functionality.
PortletHttpSessionWrapper Proxy for a Servlet HttpSession to attach to a PortletSession, providing only access to PORTLET_SCOPE session attributes and hiding the APPLICATION_SCOPE attributes from the Servlet.
PortletInvalidMarkupFilter This filter removes html page top level markup elements like <html>, <head> and <body>.
PortletRequestMapper This class is the default request mapper for portlets.
PortletServletRequestWrapper Wraps servlet request object with Portlet specific functionality by overriding the HttpServletRequestWrapper retrieval of the context path, path info, request URI etc... to return the portal specific translations.
PortletServletResponseWrapper General class for all Portal responses, wrapping Servlet responses with Portal specific functionality.
ResponseState Temporarily holds the current state of a Wicket response when invoked from WicketPortlet: buffer, headers, state and the redirect location to be processed afterwards within WicketPortlet
ThreadPortletContext This class serves as a shortcut to all Portlet related attributes
Utils 100 times already implemented functions (partly taken from Wicket Url)
WicketPortlet Adapter between the Portlet world requests and the internal Wicket engine.
 

Enum Summary
WicketPortlet.PageType  
 



Copyright © 2015. All Rights Reserved.