-
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