wicket.protocol.http.portlet
Class PortletPreferencesPortletApplicationFactory

java.lang.Object
  extended by wicket.protocol.http.portlet.PortletPreferencesPortletApplicationFactory
All Implemented Interfaces:
IPortletApplicationFactory

public class PortletPreferencesPortletApplicationFactory
extends java.lang.Object
implements IPortletApplicationFactory

A IPortletApplicationFactory implementation using portlet preferences.

Author:
Janne Hietamäki

Field Summary
 java.lang.String APP_CLASS_PARAM
          context parameter name that must contain the class name of the application
 
Constructor Summary
PortletPreferencesPortletApplicationFactory()
           
 
Method Summary
 PortletApplication createApplication(WicketPortlet portlet)
          Create application object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

APP_CLASS_PARAM

public final java.lang.String APP_CLASS_PARAM
context parameter name that must contain the class name of the application

See Also:
Constant Field Values
Constructor Detail

PortletPreferencesPortletApplicationFactory

public PortletPreferencesPortletApplicationFactory()
Method Detail

createApplication

public PortletApplication createApplication(WicketPortlet portlet)
Description copied from interface: IPortletApplicationFactory
Create application object

Specified by:
createApplication in interface IPortletApplicationFactory
Returns:
application object instance
See Also:
IPortletApplicationFactory.createApplication(WicketPortlet)


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