org.apache.cocoon.portal.acting.helpers
Class LayoutEventDescription

java.lang.Object
  extended byorg.apache.cocoon.portal.acting.helpers.Mapping
      extended byorg.apache.cocoon.portal.acting.helpers.LayoutMapping
          extended byorg.apache.cocoon.portal.acting.helpers.LayoutEventDescription
All Implemented Interfaces:
Serializable

public class LayoutEventDescription
extends LayoutMapping

Helper class for a layout event.

Version:
$Id: LayoutEventDescription.java 321405 2005-10-15 18:15:44Z cziegeler $
See Also:
Serialized Form

Field Summary
 Object data
           
 
Fields inherited from class org.apache.cocoon.portal.acting.helpers.LayoutMapping
layoutId, path
 
Constructor Summary
LayoutEventDescription()
           
 
Method Summary
 Event getEvent(PortalService service, Object data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public Object data
Constructor Detail

LayoutEventDescription

public LayoutEventDescription()
Method Detail

getEvent

public Event getEvent(PortalService service,
                      Object data)
Overrides:
getEvent in class LayoutMapping
See Also:
Mapping.getEvent(org.apache.cocoon.portal.PortalService, java.lang.Object)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.