Interface I_CmsLocaleHandler

    • Method Detail

      • getI18nInfo

        CmsI18nInfo getI18nInfo​(javax.servlet.http.HttpServletRequest req,
                                CmsUser user,
                                CmsProject project,
                                java.lang.String resource)
        Returns the i18n information to use in the request context.

        Parameters:
        req - the current http request
        user - the current user
        project - the current project
        resource - the URI of the requested resource (with full site root added)
        Returns:
        the i18n information to use for the given request context
      • initHandler

        void initHandler​(CmsObject cms)
        Will be called during system startup.

        Parameters:
        cms - an initialized cms permission context for VFS access