Uses of Interface
org.apache.cocoon.portal.event.Event

Packages that use Event
org.apache.cocoon.portal   
org.apache.cocoon.portal.acting.helpers   
org.apache.cocoon.portal.coplets.basket.events   
org.apache.cocoon.portal.event   
org.apache.cocoon.portal.event.impl   
org.apache.cocoon.portal.impl   
org.apache.cocoon.portal.pluto   
 

Uses of Event in org.apache.cocoon.portal
 

Methods in org.apache.cocoon.portal with parameters of type Event
 void LinkService.addEventToLink(Event event)
          Add this event to the list of events contained in the uri
 String LinkService.getLinkURI(Event event)
          Get the uri for this coplet containing the additional event
 String LinkService.getLinkURI(Event event, Boolean secure)
          Get the uri for this coplet containing the additional event and using a secure protocol if requested.
 

Uses of Event in org.apache.cocoon.portal.acting.helpers
 

Methods in org.apache.cocoon.portal.acting.helpers that return Event
abstract  Event Mapping.getEvent(PortalService service, Object data)
           
 Event LayoutMapping.getEvent(PortalService service, Object data)
           
 Event LayoutEventDescription.getEvent(PortalService service, Object data)
           
 Event FullScreenMapping.getEvent(PortalService service, Object data)
           
 Event CopletMapping.getEvent(PortalService service, Object data)
           
 Event CopletEventDescription.getEvent(PortalService service, Object data)
           
 

Uses of Event in org.apache.cocoon.portal.coplets.basket.events
 

Classes in org.apache.cocoon.portal.coplets.basket.events that implement Event
 class AddItemEvent
          This event is used to add an item to the content store
 class CleanBriefcaseEvent
          Clean all briefcases or a single one
 class ContentStoreEvent
          This is the base class for all content store events
 class MoveItemEvent
          Move an item from one store to another
 class RefreshBasketEvent
          Refresh the list of baskets for the administration
 class RemoveItemEvent
          Remove an item from the content store
 class ShowBasketEvent
          Show the contents of one basket
 class ShowItemEvent
          Show one item of a content store
 class UploadItemEvent
          This event adds uploaded files to the content store
 

Uses of Event in org.apache.cocoon.portal.event
 

Subinterfaces of Event in org.apache.cocoon.portal.event
 interface ActionEvent
          This event is performed "on" a target.
 interface ComparableEvent
          Marker interface for portal event that is comparable.
 interface ConvertableEvent
          Marker interface for portal event .
 interface CopletDataEvent
          This interface marks an event as an event for a coplet data (or for all coplet instance datas).
 interface CopletInstanceEvent
          This interface marks an event as an event for a coplet instance.
 interface LayoutEvent
          This interface marks an ActionEvent as targetted at a Layout object.
 interface RequestEvent
          Marker interface for portal event.
 

Methods in org.apache.cocoon.portal.event that return Event
 Event EventConverter.decode(String value)
          Decode an event This is used to "activate" events using a link
 

Methods in org.apache.cocoon.portal.event with parameters of type Event
 String EventConverter.encode(Event event)
          Encode an event.
 boolean Filter.filter(Event event)
          Deprecated. Filters event, discarding those not of interest to the subscriber.
 void Subscriber.inform(Event event)
          Deprecated. Callback method informing the Subscriber of the occurence of an event.
 void Publisher.publish(Event event)
          Publishes an event for subscribers to be informed of.
 void EventManager.send(Event event)
          Publish an event.
 

Uses of Event in org.apache.cocoon.portal.event.impl
 

Classes in org.apache.cocoon.portal.event.impl that implement Event
 class AbstractActionEvent
          This event is performed on a target
 class ChangeAspectDataEvent
          This events set the aspect data for an Aspectalizable object
 class ChangeCopletInstanceAspectDataEvent
          This events set the aspect data for a coplet instance object
 class ChangeCopletsJXPathEvent
          This event changes the value of all instances of a coplet data
 class CopletJXPathEvent
          This events changes the value of an instance
 class CopletLinkEvent
          This class realizes a link event created by the EventLinkTransformer.
 class CopletStatusEvent
          EventSource: copletID
 class FullScreenCopletEvent
          EventSource: copletID
 class JXPathEvent
          This events changes the value of an instance
 class LayoutRemoveEvent
           
 class MaximizeEvent
          This event indicates to maximize a layout
 

Methods in org.apache.cocoon.portal.event.impl that return Event
 Event PageLabelEventConverter.decode(String value)
           
 Event DefaultEventConverter.decode(String value)
           
 

Methods in org.apache.cocoon.portal.event.impl with parameters of type Event
 String PageLabelEventConverter.encode(Event event)
           
 String DefaultEventConverter.encode(Event event)
           
 void DefaultEventManager.publish(Event event)
           
 void DefaultEventManager.send(Event event)
           
 

Uses of Event in org.apache.cocoon.portal.impl
 

Methods in org.apache.cocoon.portal.impl with parameters of type Event
protected  boolean PageLabelLinkService.addEvent(StringBuffer buffer, Event event, boolean hasParams)
          Add one event to the buffer
protected  boolean DefaultLinkService.addEvent(StringBuffer buffer, Event event, boolean hasParams)
          Add one event to the buffer
 void DefaultLinkService.addEventToLink(Event event)
           
 String DefaultLinkService.getLinkURI(Event event)
           
 String DefaultLinkService.getLinkURI(Event event, Boolean secure)
           
protected  String PageLabelLinkService.initBuffer(LinkInfo info, Event event, Boolean secure)
           
protected  String DefaultLinkService.initBuffer(LinkInfo info, Event event, Boolean secure)
           
protected  String PageLabelLinkService.processEvent(Event event, StringBuffer value)
           
protected  String DefaultLinkService.processEvent(Event event, StringBuffer value)
           
 

Uses of Event in org.apache.cocoon.portal.pluto
 

Classes in org.apache.cocoon.portal.pluto that implement Event
 class PortletURLProviderImpl
          Create the URL for a portlet.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.