public class BaseNavigationPortlet extends AGenticsPortlet
| Modifier and Type | Field and Description |
|---|---|
static String |
CHILDFILTER
standard child filter for navigation objects.
|
static String |
NAVIGATIONCACHE_CONFIG_KEY
configuration key for enabling (default) or disabling the content
cache.
|
CONTENTID_OVERRIDE_ATTRIBUTE, CONTENTID_RENDER_PARAMETER, INITPARAM_EDITTEMPLATE_NAME, INITPARAM_STARTFOLDER_NAME, INITPARAM_STARTPAGE_NAME, INITPARAM_VIEWTEMPLATE_NAME, log, PAGE_RULE, TEMPLATE_CACHEZONE_KEY, TEMPLATECACHE_CONFIG_KEY| Constructor and Description |
|---|
BaseNavigationPortlet() |
| Modifier and Type | Method and Description |
|---|---|
void |
doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response) |
String |
getTmplPath()
Gets the path of the configured template
|
protected void |
initialize()
the portlet instance initialize method.
|
getContentid, getCrConf, getLog, getStartfolder, getStartpage, getTemplate, init, processAction, setCrConf, setLogdestroy, doDispatch, doEdit, doHeaders, doHelp, getContainerRuntimeOptions, getDefaultNamespace, getInitParameter, getInitParameterNames, getNextPossiblePortletModes, getPortletConfig, getPortletContext, getPortletName, getProcessingEventQNames, getPublicRenderParameterNames, getPublishingEventQNames, getResourceBundle, getSupportedLocales, getTitle, init, processEvent, render, serveResourcepublic static final String CHILDFILTER
public static final String NAVIGATIONCACHE_CONFIG_KEY
protected void initialize()
AGenticsPortletin this method every kind of Gentics portlet can initialize its own connectors and helpers
This method is called exact once on portlet init.
Please use this method if you have to initialize components within your portlet instance (E.g. connectors, helper classes etc.)
initialize in class AGenticsPortletpublic void doView(javax.portlet.RenderRequest request,
javax.portlet.RenderResponse response)
throws javax.portlet.PortletException,
IOException
doView in class javax.portlet.GenericPortletjavax.portlet.PortletExceptionIOExceptionpublic String getTmplPath()
Copyright © 2022 Gentics Software. All rights reserved.