Interface VirtualHost

    • Method Detail

      • getConfig

        de.mhus.lib.core.config.IConfig getConfig()
        Get WebSpace configuration'
        Returns:
        Config object
      • getProperties

        de.mhus.lib.core.IProperties getProperties()
        Web Space specific properties.
        Returns:
        Properties container
      • getVirtualHostAliases

        Set<String> getVirtualHostAliases()
      • start

        void start​(CherryApi api)
            throws de.mhus.lib.errors.MException
        Throws:
        de.mhus.lib.errors.MException
      • setBundle

        void setBundle​(org.osgi.framework.Bundle bundle)
      • getBundle

        org.osgi.framework.Bundle getBundle()
      • getCharsetEncoding

        String getCharsetEncoding()
      • isTraceAccess

        boolean isTraceAccess()
      • isTraceErrors

        boolean isTraceErrors()
      • getUpdated

        Date getUpdated()