Package | Description |
---|---|
com.gentics.api.imagestore | |
com.gentics.api.lib.datasource |
Package for datasource related classes and interfaces.
|
com.gentics.api.lib.exception |
Package for general exceptions.
|
com.gentics.api.lib.expressionparser |
Package for classes and interfaces related to parsing and evaluating
of expressions.
|
com.gentics.api.lib.expressionparser.filtergenerator | |
com.gentics.api.portalnode.connector |
Package containing a factory to create all initial objects you need, and some helper classes.
|
com.gentics.api.portalnode.event |
Package for classes and interfaces related to the event handling mechanism of Gentics® Portal.Node®.
|
com.gentics.cr.template |
Modifier and Type | Method and Description |
---|---|
protected void |
GenticsImageStoreServlet.doResizing(java.lang.String mode,
java.lang.String width,
java.lang.String height,
boolean cropandresize,
java.lang.String topleftx,
java.lang.String toplefty,
java.lang.String cropwidth,
java.lang.String cropheight,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String imagePath)
Do the resizing of an image and return the image
|
Modifier and Type | Class and Description |
---|---|
class |
DatasourceException
Exception that might be thrown by Datasources
|
class |
DatasourceModificationException
Exception that is thrown if an error occurs during a modification
(insert, update) of a datasource record.
|
class |
DatasourceNotAvailableException
Exception that is thrown when the requested datasource is not available
|
Modifier and Type | Class and Description |
---|---|
class |
FeatureNotLicensedException |
class |
InconsistentDataException |
class |
InsufficientPrivilegesException
Exception that is thrown when an action cannot be performed due to insufficient privileges
|
class |
ParserException
Exception that is thrown when a parsing process fails
|
class |
ReadOnlyException
Exception that is used when a NodeObject is requested for update but the page is only available for read.
|
class |
UnknownPropertyException
Exception that is thrown when an unknown property should be manipulated
|
Modifier and Type | Class and Description |
---|---|
class |
EvaluationException
Exception that is thrown whenever the evaluation of any
EvaluableExpression fails. |
class |
ExpressionParserException
Abstract base class for all exceptions that are thrown by the expression
parser.
|
Modifier and Type | Class and Description |
---|---|
class |
FilterGeneratorException
Exception that might be thrown during the generation of a datasource filter.
|
Modifier and Type | Class and Description |
---|---|
class |
DuplicateIdException
Exception that is thrown when registering a datasource or handle with an already existing ID
|
class |
UnexpectedAlterTableException |
class |
UnexptectedEmptySourceException |
Modifier and Type | Method and Description |
---|---|
static <T extends Datasource> |
PortalConnectorFactory.createDatasource(java.lang.Class<T> clazz,
java.lang.String id)
Create a datasource instance of the given class with given id
|
static Datasource |
PortalConnectorFactory.createDatasource(java.lang.String id)
Create a datasource instance for the datasource with given id
|
java.lang.String |
MCCRSync.doSync()
Do the sync
|
java.lang.String |
CRSync.doSync()
Do the sync
|
static Resolvable |
PortalConnectorHelper.getLanguageVariant(Resolvable page,
java.lang.String languageCode,
Datasource ds)
This helper method can be used to fetch a given language variant for the
given page object (which was published from Gentics Content.Node).
|
static void |
PortalConnectorFactory.prefillAttributes(Datasource ds,
java.util.Collection<Resolvable> objects,
java.util.List<java.lang.String> prefillAttributes)
Prefill the given attributes for objects which were fetched from the given datasource
|
static void |
PortalConnectorFactory.registerDatasource(java.lang.String id,
DatasourceType type,
java.util.Map<java.lang.String,java.lang.String> parameters,
java.util.List<java.lang.String> handles)
Register a datasource at the factory.
|
static void |
PortalConnectorFactory.registerDatasource(java.lang.String id,
DatasourceType type,
java.util.Map<java.lang.String,java.lang.String> parameters,
java.util.List<java.lang.String> handleIds,
boolean allowOverwrite)
Register a datasource at the factory.
|
static void |
PortalConnectorFactory.registerHandle(java.lang.String id,
HandleType type,
java.util.Map<java.lang.String,java.lang.String> parameters)
Register a datasource handle at the factory.
|
static void |
PortalConnectorFactory.registerHandle(java.lang.String id,
HandleType type,
java.util.Map<java.lang.String,java.lang.String> parameters,
boolean allowOverwrite)
Register a datasource handle at the factory.
|
Constructor and Description |
---|
CRSync(Datasource source,
WriteableDatasource target,
java.lang.String rule)
Initialize the sync with source and target datasource, leave flags to
default values (false).
|
Modifier and Type | Class and Description |
---|---|
class |
NoEventsAllowedException
Exception that is thrown when events shall be handled when no events are allowed
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PortalNodeTemplateManager.render(java.lang.String templatename,
java.lang.String templatesource)
implements
ITemplateManager.render(String, String) |
Copyright © 2019 Gentics Software. All Rights Reserved.