org.apache.cocoon.portal.pluto
Class PortletURLProviderFactory

java.lang.Object
  extended by org.apache.cocoon.portal.pluto.PortletURLProviderFactory
All Implemented Interfaces:
Component, ThreadSafe, ConvertableEventFactory

public class PortletURLProviderFactory
extends Object
implements ConvertableEventFactory

Factory to create PortletURLProviderImpl objects from marshalled data

Version:
SVN $Id: PortletURLProviderFactory.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Ralph Goers

Field Summary
 
Fields inherited from interface org.apache.cocoon.portal.event.ConvertableEventFactory
ROLE
 
Constructor Summary
PortletURLProviderFactory()
           
 
Method Summary
 ConvertableEvent createEvent(PortalService service, String eventData)
          Create an instance of the event.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletURLProviderFactory

public PortletURLProviderFactory()
Method Detail

createEvent

public ConvertableEvent createEvent(PortalService service,
                                    String eventData)
Create an instance of the event.

Specified by:
createEvent in interface ConvertableEventFactory
Parameters:
service - The PortalService.
eventData - The marshalled data.
Returns:
a PortletURLProviderImpl


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.