Package | Description |
---|---|
com.gentics.api.portalnode.action |
Package for the implementation of Pluggable Actions.
|
com.gentics.api.portalnode.event |
Package for classes and interfaces related to the event handling mechanism of Gentics® Portal.Node®.
|
com.gentics.api.portalnode.plugin |
Package for specific plugin implementations.
|
com.gentics.api.portalnode.portlet |
Package for the Gentics® specific Portlet implementations and enhancements.
|
Modifier and Type | Method and Description |
---|---|
void |
PluggableActionContext.triggerEvent(ActionEvent event)
trigger an action event
|
Modifier and Type | Method and Description |
---|---|
ActionEvent |
EventBroker.createActionEvent(String actionCommand)
Create an action event
|
ActionEvent |
ActionEvent.getEmbeddedEvent()
Get the embedded event
|
ActionEvent |
EventRequest.getEvent()
Get the event of the request
|
Modifier and Type | Method and Description |
---|---|
void |
EventBroker.distributeEvent(ActionEvent e,
String eventPath)
Distribute events to registered event handlers.
|
void |
EventHandler.handleEvent(ActionEvent e)
Method to handle the given actionevent
|
void |
ActionEvent.setEmbeddedEvent(ActionEvent evt)
Set the embedded event
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenticsPlugin.handleEvent(ActionEvent e) |
protected void |
AbstractGenticsPlugin.triggerPluginEvent(ActionEvent e)
Trigger a plugin event using the event broker
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenticsPortlet.handleEvent(ActionEvent e)
handle an event this module listenes at
|
protected void |
AbstractGenticsPortlet.onParameterChanged(String parameterName,
ActionEvent e)
onParameterChanged() is called, whenever one of the paramters defined in
the module-description's parameter section changes.
|
protected void |
AbstractGenticsPortlet.triggerEvent(javax.portlet.PortletRequest request,
ActionEvent e)
convenience method to trigger a module event.
|
Copyright © 2015 Gentics Software GmbH. All Rights Reserved.