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

java.lang.Object
  extended by org.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:
CVS $Id: Mapping.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Carsten Ziegeler
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-2010 The Apache Software Foundation. All Rights Reserved.