Package | Description |
---|---|
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 |
EventBroker.addListener(EventHandler handler,
java.lang.String eventPath)
Add an event handler for the given event path
|
void |
EventBroker.addListener(EventHandler handler,
java.lang.String eventPath,
boolean withPriority)
Add an event handler for the given event path
|
void |
EventBroker.addListener(EventHandler handler,
java.lang.String eventPath,
java.lang.String Action)
Add an event handler for the given event path and action
|
void |
EventBroker.addListener(EventHandler handler,
java.lang.String eventPath,
java.lang.String Action,
boolean withPriority)
Add an event handler for the given event path and action
|
void |
EventBroker.removeListener(EventHandler handler,
java.lang.String eventPath)
Remove an event handler
|
void |
EventBroker.removeListener(EventHandler handler,
java.lang.String eventPath,
java.lang.String Action)
Remove an event handler
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenticsPlugin
The GenticsPlugin defines the API of plugins.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenticsPlugin
Abstract class that provides a default implementation of the most
important plugin methods and should be used as base class for creating new
plugins
|
class |
ViewPlugin
Views plugin to manage multiple views (forms)
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenticsPlugin.addEventListener(EventHandler handler,
java.lang.String eventPath)
Add the given event handler as listener for the given event path
|
Modifier and Type | Interface and Description |
---|---|
interface |
GenticsPortlet
The Module Interface enhances the JSR 168 defined Standard Portlet by adding
Methods and interfaces needed for best efficent use within Gentics
Portal.Node
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenticsPortlet
AbstractGenticsPortlet is the base class for all gentics portlets.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractGenticsPortlet.addPluginListener(java.lang.String pluginId,
EventHandler handler,
java.lang.String actionCommand)
adds an event handler to the plugin with the given id
|
Copyright © 2022 Gentics Software. All Rights Reserved.