Uses of Class
wicket.protocol.http.portlet.PortletApplication

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

Uses of PortletApplication in wicket.protocol.http.portlet
 

Fields in wicket.protocol.http.portlet declared as PortletApplication
protected  PortletApplication PortletSessionStore.application
           
protected  PortletApplication WicketPortlet.portletApplication
          The application this portlet is serving
 

Methods in wicket.protocol.http.portlet that return PortletApplication
 PortletApplication PortletPreferencesPortletApplicationFactory.createApplication(WicketPortlet portlet)
           
 PortletApplication IPortletApplicationFactory.createApplication(WicketPortlet portlet)
          Create application object
 

Constructors in wicket.protocol.http.portlet with parameters of type PortletApplication
WicketPortletSession(PortletApplication application)
          Constructor
 



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