Package | Description |
---|---|
com.gentics.api.portalnode.action |
Package for the implementation of Pluggable Actions.
|
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.
|
com.gentics.cr.template |
Modifier and Type | Method and Description |
---|---|
GenticsPortlet |
PluggableActionContext.getModule()
get the module that uses the pluggable action
|
protected GenticsPortlet |
GenericPluggableAction.getModule()
get the module from the pluggable action context
|
Modifier and Type | Method and Description |
---|---|
GenticsPortlet |
GenticsPlugin.getModule()
Get the module which registeres and uses this plugin
|
GenticsPortlet |
AbstractGenticsPlugin.getModule() |
Modifier and Type | Method and Description |
---|---|
void |
GenticsPlugin.setModule(GenticsPortlet module)
Set the module which registeres and uses this plugin.
|
void |
ViewPlugin.setModule(GenticsPortlet module) |
void |
AbstractGenticsPlugin.setModule(GenticsPortlet module) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGenticsPortlet
AbstractGenticsPortlet is the base class for all gentics portlets.
|
Modifier and Type | Method and Description |
---|---|
TemplateProcessor |
GenticsPortletContext.getTemplateProcessor(GenticsPortlet portlet,
javax.portlet.PortletConfig portletConfig)
Get an instance of a template processor.
|
TemplateProcessor |
GenticsPortletContext.getTemplateProcessor(GenticsPortlet module,
javax.portlet.PortletConfig portletConfig,
javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
Deprecated.
|
void |
GenticsPortletContext.overwritePNode(String overWriteString,
GenticsPortlet module) |
Modifier and Type | Method and Description |
---|---|
String |
TemplateProcessor.getOutput(Map[] maps,
GenticsPortlet module)
Parses the template source.
|
String |
TemplateProcessor.getOutput(Map map,
GenticsPortlet module)
Parses the template source.
|
String |
TemplateProcessor.getOutput(String templateId,
GenticsPortlet module)
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,
GenticsPortlet portlet)
Parses the given template source
|
String |
TemplateProcessor.getTemplate(Map[] maps,
GenticsPortlet module)
Get the template source, given by a map of parameters and implements a
fallback according the array exception TemplateNotFoundException
|
String |
TemplateProcessor.getTemplate(Map map,
GenticsPortlet module)
Get the template source, given by hashmap exception
TemplateNotFoundException
|
String |
TemplateProcessor.getTemplate(String templateId,
GenticsPortlet module)
Get the template source, given by id exception TemplateNotFoundException
|
static TemplateProcessor |
TemplateProcessorProvider.getTemplateProcessor(GenticsPortlet portlet,
javax.portlet.PortletConfig portletConfig)
Get a template processor for the given portlet.
|
Modifier and Type | Method and Description |
---|---|
static TemplateProcessor |
PortalNodeTemplateManager.getPortletTemplateProcessor(GenticsPortlet portlet)
Get a TemplateProcessor from a running Portal.Node Instance.
|
Constructor and Description |
---|
PortalNodeTemplateManager(GenticsPortlet portlet)
Create Instance.
|
Copyright © 2017 Gentics Software. All Rights Reserved.