Package | Description |
---|---|
com.tridion.ambientdata.web | |
com.tridion.broker.querying | |
com.tridion.util |
Modifier and Type | Method and Description |
---|---|
protected abstract RequestValidator |
AbstractAmbientDataServletFilter.getRequestValidator() |
static RequestValidator |
RequestValidatorFactory.newRequestValidator()
Creates a new
RequestValidator from configuration. |
Modifier and Type | Method and Description |
---|---|
static GeneratorStrategy |
StrategyConfigurationLoader.getStrategy(Criteria criteria,
com.tridion.broker.querying.criteria.strategies.QueryNumberGenerator joinNumberGenerator)
This retrieves the criteria strategy for a given broker criteria which can generate the part of the query for
this criteria.
|
static GeneratorStrategy |
StrategyConfigurationLoader.getStrategy(SortParameter sortParameter)
This retrieves the sorting strategy for a given broker sorting column which can generate the part of
the query for sorting on a specific column.
|
Modifier and Type | Method and Description |
---|---|
static Object |
ReflectionUtil.invokePrivateMethod(Object o,
String methodName,
Object[] params)
Invoke private method of an object using reflection.
|
static Object |
ReflectionUtil.invokePrivateStaticMethod(Class c,
String methodName,
Object[] params)
Invoke static private method of an object using reflection.
|
static <T> T |
ReflectionUtil.loadClassInstance(String className,
Class<T> subType,
Object... classParams)
This methods returns an instance of the specified class and is of a given subtype.
|
static <T> T |
ReflectionUtil.loadClassInstanceWithType(String className,
Class<T> subType,
Class<?> classType,
Object classParam)
This methods returns an instance of the specified class and is of a given subtype.
|
static <T> T |
ReflectionUtil.loadClassInstanceWithTypes(String className,
Class<T> subType,
Class<?>[] constructorTypes,
Object... classParams)
This methods returns an instance of the specified class and is of a given subtype.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries