Serialized Form


Package com.gentics.cr.cms

Class com.gentics.cr.cms.InvalidStateException extends Exception implements Serializable

serialVersionUID: -5436050946719053591L


Package com.gentics.cr.portlet.exception

Class com.gentics.cr.portlet.exception.ContentNotFoundException extends javax.portlet.PortletException implements Serializable

serialVersionUID: 246719714586168388L

Serialized Fields

contentId

String contentId
The content id.


Package com.gentics.cr.portlet.imagestore

Class com.gentics.cr.portlet.imagestore.GenticsImageStoreServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 6346266651105426873L

Serialized Fields

portalBasePath

String portalBasePath
Portal basepath


portalBasePathRegEx

String portalBasePathRegEx
Regex that will be used to determine the portal basepath


logger

com.gentics.lib.log.NodeLogger logger
logger


urlPrefix

URI urlPrefix
The GenticsImageStore by default fetches the subject image from the host of the request (usually identical to the host the GenticsImageStore runs on). However, in some network constellations the host name used to make the request to the GenticsImageStore is actually the host name of some front end web server for example. In such constellations, the host the request is made to may not be reachable from the host the GenticsImageStore runs on, and in such cases it is useful to be able to specify a custom urlPrefix which should include the scheme, host and optionally the port of the host where images should be fetched from. For example http://localhost:8080 May be null.


uriMapper

com.gentics.api.imagestore.ImageUriMapper uriMapper
Will be instantiated with a class given by an optional servlet parameter which enables the user to customize exactly how requests to images are mapped to the actual location where the image will be fetched from. May be null.


requestDecoratorClass

com.gentics.api.imagestore.RequestDecorator requestDecoratorClass
Will be instantiated with a class given by an optional servlet parameter which enables the user to modify header information and data in requests to the GenticsImageStore May be null.


secret

String secret
Configured secret for resize validation


Package com.gentics.cr.util

Class com.gentics.cr.util.CCPortletConfig extends com.gentics.cr.CRConfigFileLoader implements Serializable

serialVersionUID: -3395135327619478944L


Package com.gentics.portal

Class com.gentics.portal.GCNProxyServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

proxyURLBase

String proxyURLBase
The base URL we are proxying to.


proxyURLHostPort

String proxyURLHostPort
proxy URL without the protocol and path, will be constructed from. GCNProxyServlet.proxyURLBase


proxyURLHostPortPath

String proxyURLHostPortPath
proxy URL without the protocol, will be constructed from. GCNProxyServlet.proxyURLBase


logger

org.apache.log4j.Logger logger
logger.


connectionManager

org.apache.commons.httpclient.MultiThreadedHttpConnectionManager connectionManager
shared connection manager instance.



Copyright © 2014 Gentics Software GmbH. All Rights Reserved.