org.ops4j.pax.web.service.spi
Interface Configuration

All Known Implementing Classes:
ConfigurationImpl

public interface Configuration


Method Summary
 java.io.File getConfigurationDir()
          Returns the directory containing the external configuration
 java.lang.Integer getHttpPort()
           
 java.lang.Integer getHttpSecurePort()
           
 java.lang.Integer getJspCheckInterval()
           
 java.lang.Boolean getJspClassDebugInfo()
           
 java.lang.Boolean getJspDevelopment()
           
 java.lang.Boolean getJspEnablePooling()
           
 java.lang.String getJspIeClassId()
           
 java.lang.String getJspJavaEncoding()
           
 java.lang.Boolean getJspKeepgenerated()
           
 java.lang.String getJspLogVerbosityLevel()
           
 java.lang.Boolean getJspMappedfile()
           
 java.lang.String getJspScratchDir()
           
 java.lang.Integer getJspTagpoolMaxSize()
           
 java.lang.String[] getListeningAddresses()
          Returns the addresses to bind to
 java.lang.String getSessionCookie()
           
 java.lang.Integer getSessionTimeout()
          Returns the time in minutes after which an incative settion times out.
 java.lang.String getSessionUrl()
           
 java.lang.String getSslKeyPassword()
          Returns the password for keystore.
 java.lang.String getSslKeystore()
          Returns the path to the keystore.
 java.lang.String getSslKeystoreType()
          Returns the keystore type.
 java.lang.String getSslPassword()
          Returns the password for keystore integrity check.
 java.io.File getTemporaryDirectory()
          Returns the temporary directory, directory that will be set as javax.servlet.context.tempdir.
 java.lang.String getWorkerName()
           
 java.lang.Boolean isClientAuthNeeded()
          Set the value of the needClientAuth property
 java.lang.Boolean isClientAuthWanted()
          Set the value of the _wantClientAuth property.
 java.lang.Boolean isHttpEnabled()
           
 java.lang.Boolean isHttpSecureEnabled()
           
 java.lang.Boolean useNIO()
           
 

Method Detail

useNIO

java.lang.Boolean useNIO()

getHttpPort

java.lang.Integer getHttpPort()

isHttpEnabled

java.lang.Boolean isHttpEnabled()

getHttpSecurePort

java.lang.Integer getHttpSecurePort()

isHttpSecureEnabled

java.lang.Boolean isHttpSecureEnabled()

isClientAuthNeeded

java.lang.Boolean isClientAuthNeeded()
Set the value of the needClientAuth property

Returns:
true if we require client certificate authentication

isClientAuthWanted

java.lang.Boolean isClientAuthWanted()
Set the value of the _wantClientAuth property. This property is used when opening server sockets.

Returns:
true if we want client certificate authentication

getSslKeystore

java.lang.String getSslKeystore()
Returns the path to the keystore.

Returns:
path to the keystore.

getSslKeystoreType

java.lang.String getSslKeystoreType()
Returns the keystore type.

Returns:
keystore type.

getSslPassword

java.lang.String getSslPassword()
Returns the password for keystore integrity check.

Returns:
the password for keystore integrity check

getSslKeyPassword

java.lang.String getSslKeyPassword()
Returns the password for keystore.

Returns:
the password for keystore

getTemporaryDirectory

java.io.File getTemporaryDirectory()
Returns the temporary directory, directory that will be set as javax.servlet.context.tempdir.

Returns:
the temporary directory

getSessionTimeout

java.lang.Integer getSessionTimeout()
Returns the time in minutes after which an incative settion times out. If returned value is null then no time out will be set (in jetty this will mean that there will be no timeout)

Returns:
timeout in minutes

getSessionCookie

java.lang.String getSessionCookie()

getSessionUrl

java.lang.String getSessionUrl()

getWorkerName

java.lang.String getWorkerName()

getListeningAddresses

java.lang.String[] getListeningAddresses()
Returns the addresses to bind to

Returns:
addresses

getConfigurationDir

java.io.File getConfigurationDir()
Returns the directory containing the external configuration

Returns:

getJspScratchDir

java.lang.String getJspScratchDir()

getJspCheckInterval

java.lang.Integer getJspCheckInterval()

getJspClassDebugInfo

java.lang.Boolean getJspClassDebugInfo()

getJspDevelopment

java.lang.Boolean getJspDevelopment()

getJspEnablePooling

java.lang.Boolean getJspEnablePooling()

getJspIeClassId

java.lang.String getJspIeClassId()

getJspJavaEncoding

java.lang.String getJspJavaEncoding()

getJspKeepgenerated

java.lang.Boolean getJspKeepgenerated()

getJspLogVerbosityLevel

java.lang.String getJspLogVerbosityLevel()

getJspMappedfile

java.lang.Boolean getJspMappedfile()

getJspTagpoolMaxSize

java.lang.Integer getJspTagpoolMaxSize()


Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.