org.apache.cocoon.portal.event
Interface ConvertableEvent

All Superinterfaces:
Event
All Known Implementing Classes:
FullScreenCopletEvent, PortletURLProviderImpl

public interface ConvertableEvent
extends Event

Marker interface for portal event .

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

Method Summary
 String asString()
          Return the event data as a String
 String getRequestParameterName()
           
 

Method Detail

asString

String asString()
Return the event data as a String

Returns:
The event data as a String

getRequestParameterName

String getRequestParameterName()


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