|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Event in org.apache.cocoon.portal |
Methods in org.apache.cocoon.portal with parameters of type Event | |
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. |
void |
LinkService.addEventToLink(Event event)
Add this event to the list of events contained in the uri |
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. |
Methods in org.apache.cocoon.portal.event that return Event | |
Event |
EventConverter.decode(String value)
Decode an event. |
Methods in org.apache.cocoon.portal.event with parameters of type Event | |
void |
EventManager.send(Event event)
Publish an event. |
String |
EventConverter.encode(Event event)
Encode an event. |
Uses of Event in org.apache.cocoon.portal.event.coplet |
Classes in org.apache.cocoon.portal.event.coplet that implement Event | |
class |
CopletInstanceDataAddedEvent
This event is fired if a new instance is created. |
class |
CopletInstanceDataRemovedEvent
This event is fired if an instance is removed. |
class |
CopletInstanceSizingEvent
This event is fired for resizing a coplet. |
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 |
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 |
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)
|
void |
DefaultEventManager.send(Event event)
|
protected void |
DefaultEventManager.send(Event event,
DefaultEventManager.HierarchyInfo hierarchy,
boolean recursive)
|
String |
DefaultEventConverter.encode(Event event)
|
Uses of Event in org.apache.cocoon.portal.event.layout |
Classes in org.apache.cocoon.portal.event.layout that implement Event | |
class |
LayoutChangeParameterEvent
|
Uses of Event in org.apache.cocoon.portal.event.user |
Classes in org.apache.cocoon.portal.event.user that implement Event | |
class |
UserDidLoginEvent
This event is send when a new user logs into the portal. |
class |
UserEvent
This interface marks an event as a user related event. |
class |
UserIsAccessingEvent
This event is send when a user is accessing(using) the portal. |
class |
UserWillLogoutEvent
This event is send when a user logs out from the portal. |
Uses of Event in org.apache.cocoon.portal.impl |
Methods in org.apache.cocoon.portal.impl with parameters of type Event | |
String |
PageLabelLinkService.getLinkURI(Event event)
Get the uri for the coplet containing event |
String |
PageLabelLinkService.getLinkURI(Event event,
Boolean secure)
Get the uri for the coplet containing event |
String |
DefaultLinkService.getLinkURI(Event event)
|
String |
DefaultLinkService.getLinkURI(Event event,
Boolean secure)
|
protected boolean |
DefaultLinkService.addEvent(StringBuffer buffer,
Event event,
boolean hasParams)
Add one event to the buffer |
void |
DefaultLinkService.addEventToLink(Event event)
|
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. |
Uses of Event in org.apache.cocoon.portal.wsrp.adapter |
Classes in org.apache.cocoon.portal.wsrp.adapter that implement Event | |
class |
WSRPEvent
This event is fired for every wsrp action. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |