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


public interface Configuration


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

Method Detail

useNIO

Boolean useNIO()

getHttpPort

Integer getHttpPort()

isHttpEnabled

Boolean isHttpEnabled()

getHttpSecurePort

Integer getHttpSecurePort()

isHttpSecureEnabled

Boolean isHttpSecureEnabled()

isClientAuthNeeded

Boolean isClientAuthNeeded()
Set the value of the needClientAuth property

Returns:
true if we require client certificate authentication

isClientAuthWanted

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

String getSslKeystore()
Returns the path to the keystore.

Returns:
path to the keystore.

getSslKeystoreType

String getSslKeystoreType()
Returns the keystore type.

Returns:
keystore type.

getSslPassword

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

Returns:
the password for keystore integrity check

getSslKeyPassword

String getSslKeyPassword()
Returns the password for keystore.

Returns:
the password for keystore

getTemporaryDirectory

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

Returns:
the temporary directory

getSessionTimeout

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

String getSessionCookie()

getSessionUrl

String getSessionUrl()

getWorkerName

String getWorkerName()

getListeningAddresses

String[] getListeningAddresses()
Returns the addresses to bind to

Returns:
addresses

getConfigurationDir

File getConfigurationDir()
Returns the directory containing the external configuration

Returns:

getJspScratchDir

String getJspScratchDir()

getJspCheckInterval

Integer getJspCheckInterval()

getJspClassDebugInfo

Boolean getJspClassDebugInfo()

getJspDevelopment

Boolean getJspDevelopment()

getJspEnablePooling

Boolean getJspEnablePooling()

getJspIeClassId

String getJspIeClassId()

getJspJavaEncoding

String getJspJavaEncoding()

getJspKeepgenerated

Boolean getJspKeepgenerated()

getJspLogVerbosityLevel

String getJspLogVerbosityLevel()

getJspMappedfile

Boolean getJspMappedfile()

getJspTagpoolMaxSize

Integer getJspTagpoolMaxSize()


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