org.ops4j.pax.web.service.internal
Class ConfigurationImpl
java.lang.Object
org.ops4j.util.property.PropertyStore
org.ops4j.pax.web.service.internal.ConfigurationImpl
- All Implemented Interfaces:
- Configuration
public class ConfigurationImpl
- extends org.ops4j.util.property.PropertyStore
- implements Configuration
Service Configuration implementation.
- Since:
- 0.3.0, January 22, 2008
- Author:
- Alin Dreghiciu
|
Constructor Summary |
ConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver)
Creates a new service configuration. |
| Methods inherited from class org.ops4j.util.property.PropertyStore |
contains, get, set |
ConfigurationImpl
public ConfigurationImpl(org.ops4j.util.property.PropertyResolver propertyResolver)
- Creates a new service configuration.
- Parameters:
propertyResolver - propertyResolver used to resolve properties; mandatory
getHttpPort
public Integer getHttpPort()
- Specified by:
getHttpPort in interface Configuration
- See Also:
Configuration.getHttpPort()
useNIO
public Boolean useNIO()
- Specified by:
useNIO in interface Configuration
- See Also:
Configuration.useNIO()
isClientAuthNeeded
public Boolean isClientAuthNeeded()
- Specified by:
isClientAuthNeeded in interface Configuration
- See Also:
Configuration.isClientAuthNeeded()
isClientAuthWanted
public Boolean isClientAuthWanted()
- Specified by:
isClientAuthWanted in interface Configuration
- See Also:
Configuration.isClientAuthWanted()
isHttpEnabled
public Boolean isHttpEnabled()
- Specified by:
isHttpEnabled in interface Configuration
- See Also:
Configuration.isHttpEnabled()
getHttpSecurePort
public Integer getHttpSecurePort()
- Specified by:
getHttpSecurePort in interface Configuration
- See Also:
Configuration.getHttpSecurePort()
isHttpSecureEnabled
public Boolean isHttpSecureEnabled()
- Specified by:
isHttpSecureEnabled in interface Configuration
- See Also:
Configuration.isHttpSecureEnabled()
getSslKeystore
public String getSslKeystore()
- Specified by:
getSslKeystore in interface Configuration
- See Also:
Configuration.getSslKeystore()
getSslKeystoreType
public String getSslKeystoreType()
- Specified by:
getSslKeystoreType in interface Configuration
- See Also:
Configuration.getSslKeystoreType()
getSslPassword
public String getSslPassword()
- Specified by:
getSslPassword in interface Configuration
- See Also:
Configuration.getSslPassword()
getSslKeyPassword
public String getSslKeyPassword()
- Specified by:
getSslKeyPassword in interface Configuration
- See Also:
Configuration.getSslKeyPassword()
getTemporaryDirectory
public File getTemporaryDirectory()
- Specified by:
getTemporaryDirectory in interface Configuration
- See Also:
Configuration.getTemporaryDirectory()
getConfigurationDir
public File getConfigurationDir()
- Specified by:
getConfigurationDir in interface Configuration
getSessionTimeout
public Integer getSessionTimeout()
- Specified by:
getSessionTimeout in interface Configuration
- See Also:
Configuration.getSessionTimeout()
getSessionCookie
public String getSessionCookie()
- Specified by:
getSessionCookie in interface Configuration
getSessionUrl
public String getSessionUrl()
- Specified by:
getSessionUrl in interface Configuration
getWorkerName
public String getWorkerName()
- Specified by:
getWorkerName in interface Configuration
getListeningAddresses
public String[] getListeningAddresses()
- Specified by:
getListeningAddresses in interface Configuration
- See Also:
Configuration.getListeningAddresses()
getJspScratchDir
public String getJspScratchDir()
- Specified by:
getJspScratchDir in interface Configuration
getJspCheckInterval
public Integer getJspCheckInterval()
- Specified by:
getJspCheckInterval in interface Configuration
getJspClassDebugInfo
public Boolean getJspClassDebugInfo()
- Specified by:
getJspClassDebugInfo in interface Configuration
getJspDevelopment
public Boolean getJspDevelopment()
- Specified by:
getJspDevelopment in interface Configuration
getJspEnablePooling
public Boolean getJspEnablePooling()
- Specified by:
getJspEnablePooling in interface Configuration
getJspIeClassId
public String getJspIeClassId()
- Specified by:
getJspIeClassId in interface Configuration
getJspJavaEncoding
public String getJspJavaEncoding()
- Specified by:
getJspJavaEncoding in interface Configuration
getJspKeepgenerated
public Boolean getJspKeepgenerated()
- Specified by:
getJspKeepgenerated in interface Configuration
getJspLogVerbosityLevel
public String getJspLogVerbosityLevel()
- Specified by:
getJspLogVerbosityLevel in interface Configuration
getJspMappedfile
public Boolean getJspMappedfile()
- Specified by:
getJspMappedfile in interface Configuration
getJspTagpoolMaxSize
public Integer getJspTagpoolMaxSize()
- Specified by:
getJspTagpoolMaxSize in interface Configuration
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.