| de.schlund.pfixxml.config.ServletManagerConfig
All known Subclasses: de.schlund.pfixxml.config.impl.ServletManagerConfigImpl,
ServletManagerConfig | public interface ServletManagerConfig (Code) | | Provides configuration for an instance of
de.schlund.pfixxml.ServletManager or one of its
child classes.
author: Sebastian Marsching |
Method Summary | |
Properties | getProperties() Returns configuration properties for the servlet. | boolean | isSSL() If true a secure communication channel should be used for
the servlet. | boolean | needsReload() Returns true if the data base that was used to create this configuration
instance has changed and the configuration should be reloaded. |
getProperties | Properties getProperties()(Code) | | Returns configuration properties for the servlet.
configuration parameters |
isSSL | boolean isSSL()(Code) | | If true a secure communication channel should be used for
the servlet.
flag indicating whether to force SSL for the servlet |
needsReload | boolean needsReload()(Code) | | Returns true if the data base that was used to create this configuration
instance has changed and the configuration should be reloaded.
flag indicating whether the configuration should be reloaded |
|
|