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 |
---|---|
TemplateProcessor |
PluggableActionContext.getTemplateProcessor()
Get a template processor.
|
Modifier and Type | Method and Description |
---|---|
void |
PluggableActionContext.returnTemplateProcessor(TemplateProcessor templateProcessor)
Return the template processor which was previously fetched via
PluggableActionContext.getTemplateProcessor() . |
Modifier and Type | Method and Description |
---|---|
TemplateProcessor |
AbstractGenticsPlugin.getTemplateProcessor(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
Get a template processor that can be used to render the plugin based on
the given renderRequest and renderResponse.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenticsPlugin.returnTemplateProcessor(TemplateProcessor proc)
Return the template processor previously fetched via
AbstractGenticsPlugin.getTemplateProcessor(RenderRequest, RenderResponse) . |
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.
|
TemplateProcessor |
AbstractGenticsPortlet.getTemplateProcessor(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
Deprecated.
|
TemplateProcessor |
GenticsPortlet.getTemplateProcessor(javax.portlet.RenderRequest renderRequest,
javax.portlet.RenderResponse renderResponse)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractGenticsPortlet.returnTemplateProcessor(TemplateProcessor proc)
return an exclusive templateprocessor that was previously fetched via
AbstractGenticsPortlet.getTemplateProcessor(RenderRequest, RenderResponse) . |
void |
GenticsPortletContext.returnTemplateProcessor(TemplateProcessor templateProcessor)
return the template processor
|
Modifier and Type | Method and Description |
---|---|
static TemplateProcessor |
TemplateProcessorProvider.getTemplateProcessor()
Get a (generic) template processor.
|
static TemplateProcessor |
TemplateProcessorProvider.getTemplateProcessor(GenticsPortlet portlet,
javax.portlet.PortletConfig portletConfig)
Get a template processor for the given portlet.
|
static TemplateProcessor |
TemplateProcessorProvider.getTemplateProcessor(javax.portlet.PortletConfig portletConfig)
Get a template processor for the given portletConfig.
|
Modifier and Type | Method and Description |
---|---|
static void |
TemplateProcessorProvider.returnTemplateProcessor(TemplateProcessor templateProcessor)
Return the template processor to the provider after usage.
|
Modifier and Type | Method and Description |
---|---|
static TemplateProcessor |
PortalNodeTemplateManager.getPortletTemplateProcessor(GenticsPortlet portlet)
Get a TemplateProcessor from a running Portal.Node Instance.
|
Copyright © 2018 Gentics Software. All Rights Reserved.