Modifier and Type | Method and Description |
---|---|
static Method |
ClassUtil.getMethodIgnoreCase(Class clazz,
String methodName,
Class[] args) |
static Class |
ClassUtil.loadClass(ClassLoader cl,
String className)
loads a class from a specified Classloader with given classname
|
static Class |
ClassUtil.loadClass(String className)
loads a class from a String classname
|
static Object |
ClassUtil.loadInstance(Class clazz)
loads a class from a String classname
|
static Object |
ClassUtil.loadInstance(ClassLoader cl,
String className) |
static Object |
ClassUtil.loadInstance(ClassLoader cl,
String className,
Object[] args) |
static Object |
ClassUtil.loadInstance(Class clazz,
Object[] args)
loads a class from a String classname
|
static Object |
ClassUtil.loadInstance(String className) |
static Object |
ClassUtil.loadInstance(String className,
Object[] args) |
static Class |
ClassUtil.toClass(String className) |
Modifier and Type | Method and Description |
---|---|
AdminSync |
ConfigImpl.getAdminSync() |
AMFCaster |
ConfigImpl.getAMFCaster(flex.messaging.config.ConfigMap properties) |
static void |
ConfigWebFactory.load(ConfigServerImpl cs,
ConfigImpl config,
Document doc,
boolean isReload,
boolean doNew) |
static ConfigServerImpl |
ConfigServerFactory.newInstance(CFMLEngineImpl engine,
Map<String,CFMLFactory> initContextes,
Map<String,CFMLFactory> contextes,
Resource configDir)
creates a new ServletConfig Impl Object
|
static ConfigWebImpl |
ConfigWebFactory.newInstance(CFMLFactoryImpl factory,
ConfigServerImpl configServer,
Resource configDir,
boolean isConfigDirACustomSetting,
javax.servlet.ServletConfig servletConfig)
creates a new ServletConfig Impl Object
|
static void |
ConfigServerFactory.reloadInstance(ConfigServerImpl configServer)
reloads the Config Object
|
static void |
ConfigWebFactory.reloadInstance(ConfigServerImpl cs,
ConfigWebImpl cw,
boolean force)
reloads the Config Object
|
void |
ConfigWebAdmin.removePassword(String contextPath) |
void |
ConfigWebAdmin.store() |
Modifier and Type | Method and Description |
---|---|
static DataSource |
ApplicationDataSource.getInstance(String name,
String className,
String connStr,
String username,
String password,
boolean blob,
boolean clob,
int connectionLimit,
int connectionTimeout,
long metaCacheTimeout,
TimeZone timezone,
int allow,
boolean storage,
boolean readOnly) |
static Class |
DataSourceSupport.toClass(String className) |
Constructor and Description |
---|
DataSourceImpl(String name,
String className,
String host,
String dsn,
String database,
int port,
String username,
String password,
int connectionLimit,
int connectionTimeout,
long metaCacheTimeout,
boolean blob,
boolean clob,
int allow,
Struct custom,
boolean readOnly,
boolean validate,
boolean storage,
TimeZone timezone,
String dbdriver,
boolean literalTimestampWithTSOffset)
constructor of the class
|
Modifier and Type | Method and Description |
---|---|
void |
GatewayEngineImpl.addEntries(Config config,
Map<String,GatewayEntry> entries) |
void |
GatewayEngineImpl.addEntry(Config config,
GatewayEntry ge) |
void |
GatewayEntryImpl.createGateway(Config config) |
void |
GatewayEntry.createGateway(Config config) |
Modifier and Type | Method and Description |
---|---|
static DataSource |
AppListenerUtil.toDataSource(String name,
Struct data) |
static DataSource[] |
AppListenerUtil.toDataSources(Object o) |
Modifier and Type | Method and Description |
---|---|
void |
LDAPClient.setSecureLevel(short secureLevel)
sets the secure Level
|
Modifier and Type | Method and Description |
---|---|
void |
Query.setDatasource(Object datasource)
set the value datasource
The name of the data source from which this query should retrieve data.
|
Modifier and Type | Method and Description |
---|---|
static VideoExecuter |
VideoUtilImpl.createVideoExecuter(Config config) |
Constructor and Description |
---|
BytecodeException(ClassException cause,
Position start) |
Modifier and Type | Method and Description |
---|---|
static Class |
Types.toClass(org.objectweb.asm.Type type) |
Modifier and Type | Method and Description |
---|---|
Class |
TagLibTag.getClazz() |
org.objectweb.asm.Type |
TagLibTag.getTagType() |
Copyright © 2015 Lucee