wicket.protocol.http.portlet
Interface IPortletApplicationFactory

All Known Implementing Classes:
PortletPreferencesPortletApplicationFactory

public interface IPortletApplicationFactory

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

Author:
Janne Hietamäki
See Also:
PortletApplication

Method Summary
 PortletApplication createApplication(WicketPortlet portlet)
          Create application object
 

Method Detail

createApplication

PortletApplication createApplication(WicketPortlet portlet)
Create application object

Parameters:
portlet -
Returns:
application object instance


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