|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GenticsPlugin | |
---|---|
com.gentics.api.portalnode.plugin | Package for specific plugin implementations. |
com.gentics.api.portalnode.portlet | Package for the Gentics® specific Portlet implementations and enhancements. |
com.gentics.api.portalnode.templateengine | Package for classes and interfaces of the Gentics® Template Engine. |
Uses of GenticsPlugin in com.gentics.api.portalnode.plugin |
---|
Classes in com.gentics.api.portalnode.plugin that implement GenticsPlugin | |
---|---|
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) |
Methods in com.gentics.api.portalnode.plugin that return GenticsPlugin | |
---|---|
GenticsPlugin |
GenticsPluginServer.getPlugin(String Id)
returns a plugin from the server (if registered), or else null |
GenticsPlugin |
AbstractGenticsPlugin.getPlugin(String Id)
|
Methods in com.gentics.api.portalnode.plugin with parameters of type GenticsPlugin | |
---|---|
void |
GenticsPluginServer.registerPlugin(String Id,
GenticsPlugin plugin)
allows to register plugins to the server so he can further distribute events and forward actions as well as provide rendering facility |
void |
AbstractGenticsPlugin.registerPlugin(String Id,
GenticsPlugin plugin)
|
Uses of GenticsPlugin in com.gentics.api.portalnode.portlet |
---|
Methods in com.gentics.api.portalnode.portlet that return GenticsPlugin | |
---|---|
GenticsPlugin |
GenticsPortletContext.createPlugin(String pluginType,
String parameterPrefix,
javax.portlet.PortletConfig portletConfig)
create and initialize an instance of a plugin (defined by its pluginType) |
GenticsPlugin |
AbstractGenticsPortlet.getPlugin(String id)
returns the plugin that was registered via AbstractGenticsPortlet.registerPlugin(String, GenticsPlugin) with the
given id |
Methods in com.gentics.api.portalnode.portlet with parameters of type GenticsPlugin | |
---|---|
void |
AbstractGenticsPortlet.registerPlugin(String id,
GenticsPlugin plugin)
registers a plugin to this module. |
Uses of GenticsPlugin in com.gentics.api.portalnode.templateengine |
---|
Methods in com.gentics.api.portalnode.templateengine with parameters of type GenticsPlugin | |
---|---|
String |
TemplateProcessor.getOutput(Map[] maps,
GenticsPlugin plugin)
Parses the template source. |
String |
TemplateProcessor.getOutput(Map map,
GenticsPlugin plugin)
Parses the template source. |
String |
TemplateProcessor.getOutput(String templateId,
GenticsPlugin plugin)
Parses the template source replacing variables with their actual values, given by id, with the context The context constist of default objects (i18n, formatters, ...) and the objects given via TemplateProcessor.put(String, Object) |
String |
TemplateProcessor.getOutputForSource(String templateSource,
GenticsPlugin plugin)
Parses the given template source |
String |
TemplateProcessor.getTemplate(Map[] maps,
GenticsPlugin plugin)
Get the template source, given by a map of parameters and implements a fallback according the array exception TemplateNotFoundException |
String |
TemplateProcessor.getTemplate(Map map,
GenticsPlugin plugin)
Get the template source, given by hashmap exception TemplateNotFoundException |
String |
TemplateProcessor.getTemplate(String templateId,
GenticsPlugin plugin)
Get the template source, given by id exception TemplateNotFoundException |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |