org.apache.cocoon.portal.event.impl
Class FullScreenCopletEvent
java.lang.Object
org.apache.cocoon.portal.event.impl.CopletStatusEvent
org.apache.cocoon.portal.event.impl.FullScreenCopletEvent
- All Implemented Interfaces:
- ActionEvent, ComparableEvent, ConvertableEvent, CopletInstanceEvent, Event, RequestEvent
public class FullScreenCopletEvent
- extends CopletStatusEvent
- implements RequestEvent, ConvertableEvent
EventSource: copletID
- Version:
- CVS $Id: FullScreenCopletEvent.html 1304258 2012-03-23 10:09:27Z ilgrosso $
- Author:
- Carsten Ziegeler, Volker Schmitt
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
REQUEST_PARAMETER_NAME
public static final String REQUEST_PARAMETER_NAME
- See Also:
- Constant Field Values
layout
protected Layout layout
FullScreenCopletEvent
public FullScreenCopletEvent(CopletInstanceData data,
Layout layout)
getRequestParameterName
public String getRequestParameterName()
- Specified by:
getRequestParameterName
in interface ConvertableEvent
- Specified by:
getRequestParameterName
in interface RequestEvent
getLayout
public Layout getLayout()
asString
public String asString()
- Description copied from interface:
ConvertableEvent
- Return the event data as a String
- Specified by:
asString
in interface ConvertableEvent
- Returns:
- The event data as a String
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.