org.apache.cocoon.portal.event.impl
Class FullScreenCopletEvent

java.lang.Object
  extended by org.apache.cocoon.portal.event.impl.CopletStatusEvent
      extended by 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

Field Summary
protected  Layout layout
           
static String REQUEST_PARAMETER_NAME
           
 
Fields inherited from class org.apache.cocoon.portal.event.impl.CopletStatusEvent
coplet
 
Constructor Summary
FullScreenCopletEvent(CopletInstanceData data, Layout layout)
           
 
Method Summary
 String asString()
          Return the event data as a String
 Layout getLayout()
           
 String getRequestParameterName()
           
 
Methods inherited from class org.apache.cocoon.portal.event.impl.CopletStatusEvent
equalsEvent, getCopletInstanceData, getTarget, setCopletInstanceData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUEST_PARAMETER_NAME

public static final String REQUEST_PARAMETER_NAME
See Also:
Constant Field Values

layout

protected Layout layout
Constructor Detail

FullScreenCopletEvent

public FullScreenCopletEvent(CopletInstanceData data,
                             Layout layout)
Method Detail

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.