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, serverConfigFileSYSTEM_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.
|
getClientEngineConfigprotected EngineConfigurationFactoryServlet(ServletConfig conf)
public static EngineConfigurationFactory newFactory(Object param)
EngineConfigurationFactoryFinderpublic EngineConfiguration getServerEngineConfig()
getServerEngineConfig in interface EngineConfigurationFactorygetServerEngineConfig in class EngineConfigurationFactoryDefaultCopyright © The Apache Software Foundation. All Rights Reserved.