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

java.lang.Object
  extended byorg.apache.cocoon.portal.acting.helpers.Mapping
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CopletMapping, FullScreenMapping, LayoutMapping

public abstract class Mapping
extends Object
implements Serializable

Helper class for an event.

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

Constructor Summary
Mapping()
           
 
Method Summary
abstract  Event getEvent(PortalService service, Object data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Mapping

public Mapping()
Method Detail

getEvent

public abstract Event getEvent(PortalService service,
                               Object data)


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