public class EngineConfigurationFactoryServlet extends EngineConfigurationFactoryDefault
Modifier and Type | Field and Description |
---|---|
protected static org.apache.commons.logging.Log |
log |
CLIENT_CONFIG_FILE, clientConfigFile, OPTION_CLIENT_CONFIG_FILE, OPTION_SERVER_CONFIG_FILE, SERVER_CONFIG_FILE, serverConfigFile
SYSTEM_PROPERTY_NAME
Modifier | Constructor and Description |
---|---|
protected |
EngineConfigurationFactoryServlet(ServletConfig conf)
Create the default engine configuration and detect whether the user
has overridden this with their own.
|
Modifier and Type | Method and Description |
---|---|
EngineConfiguration |
getServerEngineConfig()
Get a default server engine configuration.
|
static EngineConfigurationFactory |
newFactory(Object param)
Creates and returns a new EngineConfigurationFactory.
|
getClientEngineConfig
protected EngineConfigurationFactoryServlet(ServletConfig conf)
public static EngineConfigurationFactory newFactory(Object param)
EngineConfigurationFactoryFinder
public EngineConfiguration getServerEngineConfig()
getServerEngineConfig
in interface EngineConfigurationFactory
getServerEngineConfig
in class EngineConfigurationFactoryDefault
Copyright © The Apache Software Foundation. All Rights Reserved.