|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.torweg.pulse.configuration.AbstractConfigBean
org.torweg.pulse.service.ServletConfig
public class ServletConfig
| Constructor Summary | |
|---|---|
ServletConfig()
|
|
| Method Summary | |
|---|---|
PoorMansCacheConfiguration |
getCacheConfiguration()
returns the configuration for the PoorMansCache. |
java.lang.Class<? extends ICaptchaAdapter<Configuration>> |
getCaptchaAdapter()
Returns the ICaptchaAdapter if configured. |
int |
getDefaultPort()
returns the port to be used for standard HTTP connections. |
java.lang.String |
getFopPath()
Returns the path the fop-directory. |
java.lang.Class<? extends IGeoLocationProvider> |
getGeoLocationProvider()
get the class of the IGeoLocationProvider implementation. |
org.jdom.Element |
getHibernateConfiguration()
returns the HibernateTM core configuration as a JDOM Element. |
java.lang.String |
getHibernateJNDIName()
|
java.io.File |
getHibernateSearchIndexBase()
|
Invoker |
getInvoker()
get the implementation of the invoker. |
java.lang.String |
getJAXBPackages()
|
org.jdom.Element |
getJobletSchedulerConfiguration()
|
org.jdom.Element |
getMailQueueConfiguration()
|
org.jdom.Element |
getPostHibernateStartUpSQL()
returns the custom SQL that is to be executed directly after setting up HibernateTM. |
long |
getReloadInterval()
|
int |
getSecurePort()
returns the port to be used for secure (HTTPS) connections. |
java.lang.String |
getServerSalt()
return the salt for the server. |
ServiceRequest |
getServiceRequest()
get the implementation of the service request. |
java.lang.String |
getVersioningPrefix()
return the versioning prefix (see: VersionRewriteFilter). |
org.jdom.Element |
getVFSConfiguration()
|
Action.Security |
getWeakestCommandSecurityLevel()
returns the weakest security level Action.Security to be honoured, if
TLS is available. |
void |
init(org.jdom.Element conf)
initialises the bean. |
boolean |
isReloadable()
|
boolean |
isTransportLayerSecurityAvailable()
indicates whether pulse is configured to use TLS. |
| Methods inherited from class org.torweg.pulse.configuration.AbstractConfigBean |
|---|
buildClass, buildInstance, lastModified, setLastModified |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ServletConfig()
| Method Detail |
|---|
public final void init(org.jdom.Element conf)
conf - the config XMLpublic final ServiceRequest getServiceRequest()
public final Invoker getInvoker()
public final java.lang.Class<? extends IGeoLocationProvider> getGeoLocationProvider()
IGeoLocationProvider implementation.
IGeoLocationProvider implementationpublic final java.lang.Class<? extends ICaptchaAdapter<Configuration>> getCaptchaAdapter()
ICaptchaAdapter if configured.
ICaptchaAdapter if configured, null otherwisepublic final java.lang.String getFopPath()
public final java.lang.String getJAXBPackages()
public final boolean isReloadable()
true, if the container is configured to be reloadable.public final long getReloadInterval()
public final org.jdom.Element getHibernateConfiguration()
public final java.lang.String getHibernateJNDIName()
public final java.io.File getHibernateSearchIndexBase()
public final org.jdom.Element getPostHibernateStartUpSQL()
public final org.jdom.Element getVFSConfiguration()
public final org.jdom.Element getJobletSchedulerConfiguration()
public final org.jdom.Element getMailQueueConfiguration()
MailQueuepublic final boolean isTransportLayerSecurityAvailable()
true, if TLS is availablepublic final Action.Security getWeakestCommandSecurityLevel()
Action.Security to be honoured, if
TLS is available.
public final int getDefaultPort()
public final int getSecurePort()
public final java.lang.String getServerSalt()
public final PoorMansCacheConfiguration getCacheConfiguration()
PoorMansCache.
PoorMansCache.public final java.lang.String getVersioningPrefix()
VersionRewriteFilter).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||