Uses of Interface
com.gentics.api.portalnode.portlet.GenticsPortlet

Packages that use GenticsPortlet
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. 
 

Uses of GenticsPortlet in com.gentics.api.portalnode.action
 

Methods in com.gentics.api.portalnode.action that return GenticsPortlet
 GenticsPortlet PluggableActionContext.getModule()
          get the module that uses the pluggable action
protected  GenticsPortlet GenericPluggableAction.getModule()
          get the module from the pluggable action context
 

Uses of GenticsPortlet in com.gentics.api.portalnode.plugin
 

Methods in com.gentics.api.portalnode.plugin that return GenticsPortlet
 GenticsPortlet GenticsPlugin.getModule()
          Get the module which registeres and uses this plugin
 GenticsPortlet AbstractGenticsPlugin.getModule()
           
 

Methods in com.gentics.api.portalnode.plugin with parameters of type GenticsPortlet
 void ViewPlugin.setModule(GenticsPortlet module)
           
 void GenticsPlugin.setModule(GenticsPortlet module)
          Set the module which registeres and uses this plugin.
 void AbstractGenticsPlugin.setModule(GenticsPortlet module)
           
 

Uses of GenticsPortlet in com.gentics.api.portalnode.portlet
 

Classes in com.gentics.api.portalnode.portlet that implement GenticsPortlet
 class AbstractGenticsPortlet
          AbstractGenticsPortlet is the base class for all gentics portlets.
 

Methods in com.gentics.api.portalnode.portlet with parameters of type GenticsPortlet
 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. use GenticsPortletContext.getTemplateProcessor(GenticsPortlet, PortletConfig) instead.
 void GenticsPortletContext.overwritePNode(java.lang.String overWriteString, GenticsPortlet module)
           
 

Uses of GenticsPortlet in com.gentics.api.portalnode.templateengine
 

Methods in com.gentics.api.portalnode.templateengine with parameters of type GenticsPortlet
 java.lang.String TemplateProcessor.getOutput(java.util.Map[] maps, GenticsPortlet module)
          Parses the template source.
 java.lang.String TemplateProcessor.getOutput(java.util.Map map, GenticsPortlet module)
          Parses the template source.
 java.lang.String TemplateProcessor.getOutput(java.lang.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)
 java.lang.String TemplateProcessor.getOutputForSource(java.lang.String templateSource, GenticsPortlet portlet)
          Parses the given template source
 java.lang.String TemplateProcessor.getTemplate(java.util.Map[] maps, GenticsPortlet module)
          Get the template source, given by a map of parameters and implements a fallback according the array exception TemplateNotFoundException
 java.lang.String TemplateProcessor.getTemplate(java.util.Map map, GenticsPortlet module)
          Get the template source, given by hashmap exception TemplateNotFoundException
 java.lang.String TemplateProcessor.getTemplate(java.lang.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.
 



Copyright © 2013 Gentics Software GmbH. All Rights Reserved.