Skip navigation links
A B C D E F G H I L M N P R S T U V 

A

AbstractPortalPermissionChecker - Class in com.gentics.portal.security
The Class AbstractPortalPermissionChecker.
AbstractPortalPermissionChecker() - Constructor for class com.gentics.portal.security.AbstractPortalPermissionChecker
 
AContentDisplayPortlet - Class in com.gentics.cr.portlet
The Class AbstractContentPortlet.
AContentDisplayPortlet() - Constructor for class com.gentics.cr.portlet.AContentDisplayPortlet
 
AGenticsPortlet - Class in com.gentics.cr.portlet
The Class AbstractGenticsPortlet.
AGenticsPortlet() - Constructor for class com.gentics.cr.portlet.AGenticsPortlet
 
attributes - Variable in class com.gentics.cr.portlet.AContentDisplayPortlet
attributes that should be fetched for the content beans
ATTRIBUTES_KEY - Static variable in class com.gentics.cr.portlet.AContentDisplayPortlet
The Constant CONTENTID_RENDER_PARAMETER.

B

BaseContentPortlet - Class in com.gentics.cr.portlet
The Class BaseContentPortlet.
BaseContentPortlet() - Constructor for class com.gentics.cr.portlet.BaseContentPortlet
 
BaseNavigationPortlet - Class in com.gentics.cr.portlet
The Class BaseNavigationPortlet.
BaseNavigationPortlet() - Constructor for class com.gentics.cr.portlet.BaseNavigationPortlet
 
BaseSearchPortlet - Class in com.gentics.cr.portlet
The Class BaseSearchPortlet.
BaseSearchPortlet() - Constructor for class com.gentics.cr.portlet.BaseSearchPortlet
 
BaseSidebarPortlet - Class in com.gentics.cr.portlet
The Class BaseSidebarPortlet.
BaseSidebarPortlet() - Constructor for class com.gentics.cr.portlet.BaseSidebarPortlet
 
buildTerm(PortletRequest) - Method in interface com.gentics.cr.util.search.SearchTermBuilder
 
buildTerm(PortletRequest) - Method in class com.gentics.cr.util.search.SearchTermBuilderImpl
 
BUNDLE_EXTENSION - Static variable in class com.gentics.cr.portlet.language.LanguageResourceBundle
 

C

CACHED_NULL - Static variable in class com.gentics.cr.portlet.cache.NavigationCache
Object representing a null entry in the cache
CACHEZONE_KEY - Static variable in class com.gentics.cr.portlet.cache.NavigationCache
Key for the cache zone.
canResolve() - Method in class com.gentics.cr.util.PortletResponseWrapper
 
CCPortletConfig - Class in com.gentics.cr.util
The Class CCPortletConfig.
CCPortletConfig(PortletConfig) - Constructor for class com.gentics.cr.util.CCPortletConfig
Instantiates a new cC portlet config.
CCPortletConfig(String, PortletConfig) - Constructor for class com.gentics.cr.util.CCPortletConfig
Instantiates a new cC portlet config.
checkEditPermission(PortletRequest, CRResolvableBean) - Method in class com.gentics.portal.security.AbstractPortalPermissionChecker
Checks the write permission for the given crBean.
checkEditPermission(PortletRequest, CRResolvableBean) - Method in class com.gentics.portal.security.DummyPermissionChecker
 
checkEditPermission(PortletRequest, CRResolvableBean) - Method in class com.gentics.portal.security.PermissionChecker
 
checkViewPermission(PortletRequest, CRResolvableBean) - Method in class com.gentics.portal.security.AbstractPortalPermissionChecker
Check the view permissions for the given crBean.
checkViewPermission(PortletRequest, CRResolvableBean) - Method in class com.gentics.portal.security.DummyPermissionChecker
 
checkViewPermission(PortletRequest, CRResolvableBean) - Method in class com.gentics.portal.security.PermissionChecker
 
CHILDFILTER - Static variable in class com.gentics.cr.portlet.BaseNavigationPortlet
standard child filter for navigation objects.
CMS_ANONYMOUS_GROUP - Static variable in class com.gentics.portal.security.AbstractPortalPermissionChecker
The cms anonymous group.
com.gentics.cr.cms - package com.gentics.cr.cms
 
com.gentics.cr.i18n - package com.gentics.cr.i18n
 
com.gentics.cr.portlet - package com.gentics.cr.portlet
 
com.gentics.cr.portlet.cache - package com.gentics.cr.portlet.cache
 
com.gentics.cr.portlet.exception - package com.gentics.cr.portlet.exception
 
com.gentics.cr.portlet.language - package com.gentics.cr.portlet.language
 
com.gentics.cr.rest - package com.gentics.cr.rest
 
com.gentics.cr.template - package com.gentics.cr.template
 
com.gentics.cr.util - package com.gentics.cr.util
 
com.gentics.cr.util.search - package com.gentics.cr.util.search
 
com.gentics.portal - package com.gentics.portal
 
com.gentics.portal.security - package com.gentics.portal.security
 
containsOneOf(List<Integer>, List<Integer>) - Static method in class com.gentics.portal.StringUtils
Checks if one list contains one or more elements of the second list.
CONTENTID_OVERRIDE_ATTRIBUTE - Static variable in class com.gentics.cr.portlet.AGenticsPortlet
The Constant CONTENTID_OVERRIDE_PARAMETER.
CONTENTID_RENDER_PARAMETER - Static variable in class com.gentics.cr.portlet.AGenticsPortlet
The Constant CONTENTID_RENDER_PARAMETER.
ContentNotFoundException - Exception in com.gentics.cr.portlet.exception
The class ContentNotFoundException.
ContentNotFoundException(String) - Constructor for exception com.gentics.cr.portlet.exception.ContentNotFoundException
Instantiates a new content not found exception.
ContentNotFoundException(String, String) - Constructor for exception com.gentics.cr.portlet.exception.ContentNotFoundException
Instantiates a new content not found exception.
ContentNotFoundException(String, Throwable) - Constructor for exception com.gentics.cr.portlet.exception.ContentNotFoundException
Instantiates a new content not found exception.
ContentNotFoundException(String, String, Throwable) - Constructor for exception com.gentics.cr.portlet.exception.ContentNotFoundException
Instantiates a new content not found exception.
convertListToInteger(List<Object>) - Static method in class com.gentics.portal.NumberUtils
Convert list to integer.
convertObjectToInteger(Object) - Static method in class com.gentics.portal.NumberUtils
Convert object to integer.
createActionURL() - Method in class com.gentics.cr.util.PortletResponseWrapper
Creates the action url.
createRenderURL() - Method in class com.gentics.cr.util.PortletResponseWrapper
Creates the render url.
createResourceURL() - Method in class com.gentics.cr.util.PortletResponseWrapper
Creates the resource url.

D

DefaultLanguageResolver - Class in com.gentics.cr.portlet.language
The Class DefaultLanguageResolver.
DefaultLanguageResolver() - Constructor for class com.gentics.cr.portlet.language.DefaultLanguageResolver
 
destroy() - Method in class com.gentics.cr.portlet.BaseContentPortlet
 
destroy() - Method in class com.gentics.portal.GCNProxyServlet
 
dispatch(RenderRequest, RenderResponse) - Method in class com.gentics.cr.portlet.AContentDisplayPortlet
The dispatcher method.
doEdit(RenderRequest, RenderResponse) - Method in class com.gentics.cr.portlet.BaseContentPortlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.gentics.portal.GCNProxyServlet
Performs an HTTP GET request.
doInternalView(RenderRequest, RenderResponse) - Method in class com.gentics.cr.portlet.AContentDisplayPortlet
Do internal view.
doInternalView(RenderRequest, RenderResponse) - Method in class com.gentics.cr.portlet.BaseContentPortlet
 
doInternalView(RenderRequest, RenderResponse) - Method in class com.gentics.cr.portlet.BaseSidebarPortlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class com.gentics.portal.GCNProxyServlet
Performs an HTTP POST request.
doView(RenderRequest, RenderResponse) - Method in class com.gentics.cr.portlet.AContentDisplayPortlet
 
doView(RenderRequest, RenderResponse) - Method in class com.gentics.cr.portlet.BaseNavigationPortlet
 
doView(RenderRequest, RenderResponse) - Method in class com.gentics.cr.portlet.BaseSearchPortlet
 
downloadMimetypes - Variable in class com.gentics.cr.portlet.AContentDisplayPortlet
fragments of mimetypes that should be delivered as attachment, default: office documents.
DummyPermissionChecker - Class in com.gentics.portal.security
The Class DummyPermissionChecker.
DummyPermissionChecker() - Constructor for class com.gentics.portal.security.DummyPermissionChecker
 

E

encodeURL(String, String) - Static method in class com.gentics.portal.StringUtils
Encode url.
executeVelocityRender(RenderRequest, RenderResponse, CRResolvableBean) - Method in class com.gentics.cr.portlet.AContentDisplayPortlet
 

F

fetchAndCacheNavigationObject(String, String, RequestProcessor, CRRequest) - Method in class com.gentics.cr.portlet.cache.NavigationCache
Fetch and cache navigation object.
finalize() - Method in class com.gentics.cr.rest.RESTSimpleStreamContainer
Finalize the Container.
finalizeRequest() - Method in class com.gentics.cr.cms.PortletSessionCMSRequestProcessor
 

G

GCNProxyServlet - Class in com.gentics.portal
Implementation of a simple proxy servlet to the GCN backend.
GCNProxyServlet() - Constructor for class com.gentics.portal.GCNProxyServlet
 
get() - Static method in class com.gentics.cr.portlet.cache.NavigationCache
Gets the Navigation Cache instance.
get(String) - Method in class com.gentics.cr.util.PortletResponseWrapper
 
get(String) - Method in class com.gentics.cr.util.PortletSessionWrapper
 
get() - Static method in class com.gentics.portal.security.PermissionCheckerFactory
Gets the PortalPermissionChecker Instance.
getBundle(Locale) - Method in class com.gentics.cr.portlet.language.LanguageResourceBundle
Lookup a bundle for the locale.
getBundle() - Static method in class com.gentics.cr.portlet.language.ResourceBundleFactory
Gets the resolver.
getCachedNavigationObject(String, String, RequestProcessor) - Method in class com.gentics.cr.portlet.cache.NavigationCache
Gets the cached navigation object.
getContentid(RenderRequest) - Method in class com.gentics.cr.portlet.AGenticsPortlet
Returns the current contentid for the portlet.
getContentid(RenderRequest) - Method in class com.gentics.cr.portlet.BaseSidebarPortlet
 
getContentId() - Method in exception com.gentics.cr.portlet.exception.ContentNotFoundException
Gets the content id.
getContentType() - Method in class com.gentics.cr.rest.RESTSimpleStreamContainer
Get the content type as String.
getCrConf() - Method in class com.gentics.cr.portlet.AGenticsPortlet
Gets the cr conf.
getCurrentLanguage(PortletRequest) - Method in class com.gentics.cr.portlet.language.DefaultLanguageResolver
 
getCurrentLanguage(PortletRequest) - Method in interface com.gentics.cr.portlet.language.LanguageResolver
get the current portal language.
getDefaultContentId(RenderRequest) - Static method in class com.gentics.portal.PortalDefaultContentHelper
Returns the specified value of the property file If the config is not initialized yet, we initialize it here
getEditRoleMap() - Method in class com.gentics.portal.security.AbstractPortalPermissionChecker
Getter method for editRoleMap.
getFilterFromSession(PortletSession) - Method in class com.gentics.cr.portlet.BaseSearchPortlet
Gets the filter from session.
getKey() - Method in class com.gentics.cr.template.PortletsuiteStringTemplate
 
getLanguageFallbackOrder(PortletRequest) - Method in class com.gentics.cr.portlet.language.DefaultLanguageResolver
 
getLanguageFallbackOrder(PortletRequest) - Method in interface com.gentics.cr.portlet.language.LanguageResolver
get ordered collection of fallback languages.
getLog() - Method in class com.gentics.cr.portlet.AGenticsPortlet
Gets the log.
getMessage(String, Locale) - Method in class com.gentics.cr.portlet.language.LanguageResourceBundle
 
getMessage(String, Object[], Locale) - Method in class com.gentics.cr.portlet.language.LanguageResourceBundle
 
getMimetype(CRResolvableBean) - Static method in class com.gentics.cr.util.MLMapper
Get the Mimetype using an CRResolvableBean.
getMimetype(Integer) - Static method in class com.gentics.cr.util.MLMapper
Get the Mimetype using an mlId.
getPassword() - Method in class com.gentics.cr.cms.PortletSessionUserPasswordRESTAPISessionCredentialStore
 
getPortletSession() - Method in class com.gentics.cr.cms.PortletSessionCMSRequestProcessor
 
getProperty(String) - Method in class com.gentics.cr.util.PortletResponseWrapper
 
getProperty(String) - Method in class com.gentics.cr.util.PortletSessionWrapper
 
getResolver() - Static method in class com.gentics.cr.portlet.language.LanguageResolverFactory
Gets the resolver.
getRp() - Method in class com.gentics.cr.portlet.AContentDisplayPortlet
returns the request processor
getServletInfo() - Method in class com.gentics.portal.GCNProxyServlet
 
getSessionStore(CRConfig) - Method in class com.gentics.cr.cms.PortletSessionCMSRequestProcessor
 
getSource() - Method in class com.gentics.cr.template.PortletsuiteStringTemplate
 
getStartfolder() - Method in class com.gentics.cr.portlet.AGenticsPortlet
Gets the startfolder.
getStartpage() - Method in class com.gentics.cr.portlet.AGenticsPortlet
Gets the startpage.
getSubject(PortletRequest) - Method in class com.gentics.portal.security.AbstractPortalPermissionChecker
Returns the User Subject.
getSubject(PortletRequest) - Method in class com.gentics.portal.security.DummyPermissionChecker
 
getSubject(PortletRequest) - Method in class com.gentics.portal.security.PermissionChecker
 
getTemplate(String) - Method in class com.gentics.cr.portlet.AGenticsPortlet
Gets the File Template from configured Template path or from default template file path if left empty.
getTmplPath() - Method in class com.gentics.cr.portlet.BaseNavigationPortlet
Gets the path of the configured template
getUsername() - Method in class com.gentics.cr.cms.PortletSessionUserPasswordRESTAPISessionCredentialStore
 
getViewRoleMap() - Method in class com.gentics.portal.security.AbstractPortalPermissionChecker
Getter method for viewRoleMap.

H

handleError(RenderRequest, RenderResponse, PortletException) - Method in class com.gentics.cr.portlet.AContentDisplayPortlet
Handle error.
handleError(RenderRequest, RenderResponse, PortletException) - Method in class com.gentics.cr.portlet.BaseContentPortlet
 
handleError(RenderRequest, RenderResponse, PortletException) - Method in class com.gentics.cr.portlet.BaseSidebarPortlet
 

I

I18NProvider - Class in com.gentics.cr.i18n
 
I18NProvider() - Constructor for class com.gentics.cr.i18n.I18NProvider
 
init() - Method in class com.gentics.cr.portlet.AGenticsPortlet
 
init(CRConfig) - Method in class com.gentics.cr.portlet.language.DefaultLanguageResolver
 
init(CRConfig) - Method in interface com.gentics.cr.portlet.language.LanguageResolver
Initialize the Language resolver.
init(CRConfig) - Method in interface com.gentics.cr.util.search.SearchTermBuilder
 
init(CRConfig) - Method in class com.gentics.cr.util.search.SearchTermBuilderImpl
 
init() - Method in class com.gentics.portal.GCNProxyServlet
Initialize the GCNProxyServlet.
init() - Method in class com.gentics.portal.security.AbstractPortalPermissionChecker
Initialize the PortalPermissionChecker and builds the role map.
init() - Method in class com.gentics.portal.security.PermissionChecker
 
initialize() - Method in class com.gentics.cr.portlet.AContentDisplayPortlet
 
initialize() - Method in class com.gentics.cr.portlet.AGenticsPortlet
the portlet instance initialize method.
initialize() - Method in class com.gentics.cr.portlet.BaseContentPortlet
 
initialize() - Method in class com.gentics.cr.portlet.BaseNavigationPortlet
 
initialize() - Method in class com.gentics.cr.portlet.BaseSearchPortlet
 
initialize() - Method in class com.gentics.cr.portlet.BaseSidebarPortlet
 
INITPARAM_EDITTEMPLATE_NAME - Static variable in class com.gentics.cr.portlet.AGenticsPortlet
The Constant INITPARAM_EDITTEMPLATE_NAME.
INITPARAM_STARTFOLDER_NAME - Static variable in class com.gentics.cr.portlet.AGenticsPortlet
The Constant INITPARAM_STARTFOLDER_NAME.
INITPARAM_STARTPAGE_NAME - Static variable in class com.gentics.cr.portlet.AGenticsPortlet
The Constant INITPARAM_STARTPAGE_NAME.
INITPARAM_VIEWTEMPLATE_NAME - Static variable in class com.gentics.cr.portlet.AGenticsPortlet
The Constant INITPARAM_VIEWTAMPLATE_NAME.
initRequest(PortletSession) - Method in class com.gentics.cr.cms.PortletSessionCMSRequestProcessor
 
InvalidStateException - Exception in com.gentics.cr.cms
 
InvalidStateException() - Constructor for exception com.gentics.cr.cms.InvalidStateException
 
isContentId(String) - Static method in class com.gentics.cr.util.PortletSuiteUtils
Checks if string is a content id.
isLoggedIn(PortletRequest) - Method in class com.gentics.portal.security.AbstractPortalPermissionChecker
Checks if a user is logged in.
isLoggedIn(PortletRequest) - Method in class com.gentics.portal.security.DummyPermissionChecker
 
isLoggedIn(PortletRequest) - Method in class com.gentics.portal.security.PermissionChecker
 
ISVELOCITYRENDERED_KEY - Static variable in class com.gentics.cr.portlet.AContentDisplayPortlet
Config key for the boolean value isvelocityrendered

L

LanguageResolver - Interface in com.gentics.cr.portlet.language
Interface for LanguageResolvers.
LanguageResolverFactory - Class in com.gentics.cr.portlet.language
A factory for creating LanguageResolver objects.
LanguageResourceBundle - Class in com.gentics.cr.portlet.language
 
LanguageResourceBundle(String) - Constructor for class com.gentics.cr.portlet.language.LanguageResourceBundle
Constructor; takes a baseName of the message properties files.
LanguageResourceBundle.UTF8Control - Class in com.gentics.cr.portlet.language
 
log - Variable in class com.gentics.cr.portlet.AGenticsPortlet
the Logger.

M

MLMapper - Class in com.gentics.cr.util
This Class only exists until an automatic mapping in the tagmap will be created.
MLMapper() - Constructor for class com.gentics.cr.util.MLMapper
Instantiates a new mL mapper.
MODE_CONTENT - Static variable in class com.gentics.cr.portlet.BaseContentPortlet
The Constant MODE_CONTENT.
MODE_NAME - Static variable in class com.gentics.cr.portlet.BaseContentPortlet
The Constant MODE_NAME.
MODE_SEARCH - Static variable in class com.gentics.cr.portlet.BaseContentPortlet
The Constant MODE_SEARCH.

N

NavigationCache - Class in com.gentics.cr.portlet.cache
The Class NavigationCache.
NAVIGATIONCACHE_CONFIG_KEY - Static variable in class com.gentics.cr.portlet.BaseNavigationPortlet
configuration key for enabling (default) or disabling the content cache.
NavigationUpdateJob - Class in com.gentics.cr.portlet.cache
The Class NavigationUpdateJob.
NavigationUpdateJob(String, String, String, RequestProcessor, CRRequest, PortalCache) - Constructor for class com.gentics.cr.portlet.cache.NavigationUpdateJob
Instantiates a new navigation update job.
newBundle(String, Locale, String, ClassLoader, boolean) - Method in class com.gentics.cr.portlet.language.LanguageResourceBundle.UTF8Control
 
NumberUtils - Class in com.gentics.portal
The Class NumberUtils.
NumberUtils() - Constructor for class com.gentics.portal.NumberUtils
Instantiates a new number utils.

P

PAGE_RULE - Static variable in class com.gentics.cr.portlet.AGenticsPortlet
the Page Rule.
PermissionChecker - Class in com.gentics.portal.security
The Class DefaultPermissionChecker.
PermissionChecker() - Constructor for class com.gentics.portal.security.PermissionChecker
 
PermissionCheckerFactory - Class in com.gentics.portal.security
A factory for creating and accessing exact one instance of PermissionChecker.
PortalDefaultContentHelper - Class in com.gentics.portal
provides the possibility to read a property file for default contentids.
PortletResponseTypeSetter - Class in com.gentics.cr.util
The Class PortletResponseTypeSetter.
PortletResponseTypeSetter(RenderResponse) - Constructor for class com.gentics.cr.util.PortletResponseTypeSetter
Instantiates a new portlet response type setter.
PortletResponseWrapper - Class in com.gentics.cr.util
The Class PortletResponseWrapper.
PortletResponseWrapper(RenderResponse) - Constructor for class com.gentics.cr.util.PortletResponseWrapper
Instantiates a new portlet response wrapper.
PortletSessionCMSRequestProcessor - Class in com.gentics.cr.cms
 
PortletSessionCMSRequestProcessor(CRConfig) - Constructor for class com.gentics.cr.cms.PortletSessionCMSRequestProcessor
 
PortletSessionUserPasswordRESTAPISessionCredentialStore - Class in com.gentics.cr.cms
 
PortletSessionUserPasswordRESTAPISessionCredentialStore(PortletSessionCMSRequestProcessor) - Constructor for class com.gentics.cr.cms.PortletSessionUserPasswordRESTAPISessionCredentialStore
 
PortletSessionWrapper - Class in com.gentics.cr.util
The Class PortletSessionWrapper.
PortletSessionWrapper(PortletSession) - Constructor for class com.gentics.cr.util.PortletSessionWrapper
Instantiates a new portlet session wrapper.
PortletsuiteStringTemplate - Class in com.gentics.cr.template
New StringTemplate Class to make it serializable for caching TODO: remove this class when StringTemplate in Contentconnector is serializable
PortletsuiteStringTemplate(String) - Constructor for class com.gentics.cr.template.PortletsuiteStringTemplate
 
PortletSuiteUtils - Class in com.gentics.cr.util
The Class PortletSuiteUtils.
PortletSuiteUtils() - Constructor for class com.gentics.cr.util.PortletSuiteUtils
 
prepareDisplayResponse(RenderRequest, RenderResponse) - Method in class com.gentics.cr.portlet.AContentDisplayPortlet
Displays the content.
processAction(ActionRequest, ActionResponse) - Method in class com.gentics.cr.portlet.AContentDisplayPortlet
 
processAction(ActionRequest, ActionResponse) - Method in class com.gentics.cr.portlet.AGenticsPortlet
 
processAction(ActionRequest, ActionResponse) - Method in class com.gentics.cr.portlet.BaseContentPortlet
 
processAction(ActionRequest, ActionResponse) - Method in class com.gentics.cr.portlet.BaseSearchPortlet
 
processAction(ActionRequest, ActionResponse) - Method in interface com.gentics.cr.util.search.SearchTermBuilder
 
processAction(ActionRequest, ActionResponse) - Method in class com.gentics.cr.util.search.SearchTermBuilderImpl
 
processEvent(EventRequest, EventResponse) - Method in class com.gentics.cr.portlet.BaseContentPortlet
 
processService(CRRequestBuilder, Map<String, Resolvable>, OutputStream, IResponseTypeSetter) - Method in class com.gentics.cr.rest.RESTSimpleStreamContainer
Process the whole service.
processService(CRRequest, ContentRepositoryConfig, Map<String, Resolvable>, OutputStream, IResponseTypeSetter) - Method in class com.gentics.cr.rest.RESTSimpleStreamContainer
 
processService(CRRequest, ContentRepositoryConfig, Map<String, Resolvable>, OutputStream, IResponseTypeSetter, boolean) - Method in class com.gentics.cr.rest.RESTSimpleStreamContainer
 
processService(CRRequest, ContentRepositoryConfig, HashMap<String, Resolvable>, PrintWriter, PortletResponseTypeSetter) - Method in class com.gentics.cr.rest.RESTSimpleStreamContainer
 
PROPERTY_CMS_ANONYMOUS_GROUP - Static variable in class com.gentics.portal.security.AbstractPortalPermissionChecker
The cms anonymous group property string .
PROPERTY_FILENAME - Static variable in class com.gentics.portal.PortalDefaultContentHelper
The Constant Property Filename.

R

replacePLink(PLinkInformation) - Method in class com.gentics.cr.util.StandardPortalPLinkReplacer
 
ResourceBundleFactory - Class in com.gentics.cr.portlet.language
A factory for creating LanguageResolver objects.
RESTSimpleStreamContainer - Class in com.gentics.cr.rest
Processes simple rest requests.
RESTSimpleStreamContainer(CRConfigUtil) - Constructor for class com.gentics.cr.rest.RESTSimpleStreamContainer
Create new instance.
run() - Method in class com.gentics.cr.portlet.cache.NavigationUpdateJob
 

S

SEARCH_EVENT_NAME - Static variable in class com.gentics.cr.portlet.BaseSearchPortlet
The Constant SEARCH_EVENT_NAME.
SEARCHTEMPLATE_PARAMETER_KEY - Static variable in class com.gentics.cr.util.search.SearchTermBuilderImpl
 
SEARCHTERM_ESCAPE_KEY - Static variable in class com.gentics.cr.util.search.SearchTermBuilderImpl
 
SEARCHTERM_PARAMETERS_KEY - Static variable in class com.gentics.cr.util.search.SearchTermBuilderImpl
 
SEARCHTERM_TEMPLATE_KEY - Static variable in class com.gentics.cr.util.search.SearchTermBuilderImpl
 
SearchTermBuilder - Interface in com.gentics.cr.util.search
 
SearchTermBuilderImpl - Class in com.gentics.cr.util.search
 
SearchTermBuilderImpl() - Constructor for class com.gentics.cr.util.search.SearchTermBuilderImpl
 
serveResource(ResourceRequest, ResourceResponse) - Method in class com.gentics.cr.portlet.AContentDisplayPortlet
 
setContentId(String) - Method in exception com.gentics.cr.portlet.exception.ContentNotFoundException
Sets the content id.
setContentType(String) - Method in class com.gentics.cr.util.PortletResponseTypeSetter
 
setCrConf(CCPortletConfig) - Method in class com.gentics.cr.portlet.AGenticsPortlet
Sets the cr conf.
setFilterToSession(PortletSession, String) - Method in class com.gentics.cr.portlet.BaseSearchPortlet
Sets the filter to session.
setLog(NodeLogger) - Method in class com.gentics.cr.portlet.AGenticsPortlet
Sets the log.
setResponseCode(int) - Method in class com.gentics.cr.util.PortletResponseTypeSetter
 
StandardPortalPLinkReplacer - Class in com.gentics.cr.util
Generic implementation of a PLinkReplacer.
StandardPortalPLinkReplacer(PortletRequest, MimeResponse, RequestProcessor, Expression, boolean, boolean) - Constructor for class com.gentics.cr.util.StandardPortalPLinkReplacer
Create an instance of the PLinkReplacer.
StringUtils - Class in com.gentics.portal
String Util Class.
StringUtils() - Constructor for class com.gentics.portal.StringUtils
Instantiates a new string utils.

T

TEMPLATE_CACHEZONE_KEY - Static variable in class com.gentics.cr.portlet.AGenticsPortlet
The Constant TEMPLATE_CACHEZONE_KEY.
TEMPLATECACHE_CONFIG_KEY - Static variable in class com.gentics.cr.portlet.AGenticsPortlet
configuration key for enabling or disabling the template cache.

U

UTF8_CONTROL - Static variable in class com.gentics.cr.portlet.language.LanguageResourceBundle
 
UTF8Control(String) - Constructor for class com.gentics.cr.portlet.language.LanguageResourceBundle.UTF8Control
 

V

vEngine - Variable in class com.gentics.cr.portlet.AContentDisplayPortlet
The Velocity render Engine Used for content velocity rendering
A B C D E F G H I L M N P R S T U V 
Skip navigation links

Copyright © 2022 Gentics Software. All rights reserved.