⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 messages.java

📁 cms是开源的框架
💻 JAVA
字号:
/*
 * File   : $Source: /usr/local/cvs/opencms/src/org/opencms/jsp/Messages.java,v $
 * Date   : $Date: 2006/03/27 14:52:19 $
 * Version: $Revision: 1.21 $
 *
 * This library is part of OpenCms -
 * the Open Source Content Mananagement System
 *
 * Copyright (c) 2005 Alkacon Software GmbH (http://www.alkacon.com)
 *
 * This library is free software; you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 2.1 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 * Lesser General Public License for more details.
 *
 * For further information about Alkacon Software GmbH, please see the
 * company website: http://www.alkacon.com
 *
 * For further information about OpenCms, please see the
 * project website: http://www.opencms.org
 * 
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */

package org.opencms.jsp;

import org.opencms.file.CmsObject;
import org.opencms.file.CmsRequestContext;
import org.opencms.flex.CmsFlexController;
import org.opencms.i18n.A_CmsMessageBundle;
import org.opencms.i18n.CmsMessageContainer;
import org.opencms.i18n.I_CmsMessageBundle;

import java.util.Locale;

import javax.servlet.ServletRequest;
import javax.servlet.jsp.PageContext;

/**
 * Convenience class to access the localized messages of this OpenCms package.
 * <p>
 * 
 * 
 * Additionally two utility methods for localization in the context of
 * {@link javax.servlet.jsp.tagext.TagSupport} implementations of the <code>org.opencms.jsp</code>
 * package are provided .
 * <p>
 * 
 * The <code>javax.servlet.jsp.tagext.TagSupport</code> API constraint only allows to throw
 * certain <code>Exception</code> types which forbids to use {@link org.opencms.main.CmsException}
 * which will be localized with the current user's locale at the time the request is evaluated.
 * <p>
 * 
 * At the same time <code>TagSupport</code> implementations may use their member
 * <code>pageContext</code> to get the <code>CmsObject</code> and therefore the user request's
 * locale.
 * <p>
 * 
 * These methods provided here factor out the localization of exception messages and return Strings
 * for the <code>org.opencms.jsp</code> pacakge.
 * <p>
 * 
 * @author Jan Baudisch
 * 
 * @version $Revision: 1.21 $
 * 
 * @since 6.0.0
 */
public final class Messages extends A_CmsMessageBundle {

    /** Message constant for key in the resource bundle. */
    public static final String ERR_BAD_REQUEST_RESPONSE_0 = "ERR_BAD_REQUEST_RESPONSE_0";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_COLLECTOR_NOT_FOUND_1 = "ERR_COLLECTOR_NOT_FOUND_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_IMAGE_TAG_VFS_ACCESS_1 = "ERR_IMAGE_TAG_VFS_ACCESS_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_MISSING_CMS_CONTROLLER_1 = "ERR_MISSING_CMS_CONTROLLER_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_PARENTLESS_TAG_1 = "ERR_PARENTLESS_TAG_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_PROCESS_TAG_1 = "ERR_PROCESS_TAG_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_RUNTIME_1 = "ERR_RUNTIME_1";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_TAG_CONTENTCHECK_WRONG_PARENT_0 = "ERR_TAG_CONTENTCHECK_WRONG_PARENT_0";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_TAG_CONTENTLOAD_INDEX_SIZE_0 = "ERR_TAG_CONTENTLOAD_INDEX_SIZE_0";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_TAG_CONTENTLOAD_MISSING_COLLECTOR_0 = "ERR_TAG_CONTENTLOAD_MISSING_COLLECTOR_0";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_TAG_CONTENTLOAD_MISSING_PARAM_0 = "ERR_TAG_CONTENTLOAD_MISSING_PARAM_0";

    /** Message constant for key in the resource bundle. */
    public static final String ERR_XML_DOCUMENT_UNMARSHAL_1 = "ERR_XML_DOCUMENT_UNMARSHAL_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_ACTIONELEM_NOT_INIT_0 = "GUI_ERR_ACTIONELEM_NOT_INIT_0";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_FILE_PROP_MISSING_2 = "GUI_ERR_FILE_PROP_MISSING_2";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_GEN_LINK_1 = "GUI_ERR_GEN_LINK_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_IMG_SCALE_2 = "GUI_ERR_IMG_SCALE_2";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_INFO_PROP_READ_1 = "GUI_ERR_INFO_PROP_READ_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_INVALID_INFO_PROP_0 = "GUI_ERR_INVALID_INFO_PROP_0";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_INVALID_INFO_PROP_1 = "GUI_ERR_INVALID_INFO_PROP_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_INVALID_USER_PROP_1 = "GUI_ERR_INVALID_USER_PROP_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_TAG_ATTRIBUTE_INVALID_3 = "GUI_ERR_TAG_ATTRIBUTE_INVALID_3";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_TAG_ATTRIBUTE_MISSING_2 = "GUI_ERR_TAG_ATTRIBUTE_MISSING_2";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_USER_PROP_READ_1 = "GUI_ERR_USER_PROP_READ_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_ERR_WORKPL_LABEL_READ_1 = "GUI_ERR_WORKPL_LABEL_READ_1";

    /** Message constant for key in the resource bundle. */
    public static final String GUI_TAG_USER_ADDITIONALINFO_0 = "GUI_TAG_USER_ADDITIONALINFO_0";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_DEBUG_INTERRUPTED_EXCEPTION_1 = "LOG_DEBUG_INTERRUPTED_EXCEPTION_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_ERR_CONTENT_SHOW_1 = "LOG_ERR_CONTENT_SHOW_1";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_ERR_JSP_BEAN_0 = "LOG_ERR_JSP_BEAN_0";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_ERR_JSP_WRITE_0 = "LOG_ERR_JSP_WRITE_0";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_LOGIN_FAILED_3 = "LOG_LOGIN_FAILED_3";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_LOGIN_FAILED_DB_REASON_3 = "LOG_LOGIN_FAILED_DB_REASON_3";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_LOGIN_FAILED_DISABLED_3 = "LOG_LOGIN_FAILED_DISABLED_3";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_LOGIN_FAILED_NO_USER_3 = "LOG_LOGIN_FAILED_NO_USER_3";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_LOGIN_FAILED_TEMP_DISABLED_5 = "LOG_LOGIN_FAILED_TEMP_DISABLED_5";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_LOGIN_FAILED_WITH_MESSAGE_4 = "LOG_LOGIN_FAILED_WITH_MESSAGE_4";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_LOGIN_SUCCESSFUL_3 = "LOG_LOGIN_SUCCESSFUL_3";

    /** Message constant for key in the resource bundle. */
    public static final String LOG_LOGOUT_SUCCESFUL_3 = "LOG_LOGOUT_SUCCESFUL_3";

    /** Name of the used resource bundle. */
    private static final String BUNDLE_NAME = "org.opencms.jsp.messages";

    /** Static instance member. */
    private static final I_CmsMessageBundle INSTANCE = new Messages();

    /**
     * Hides the public constructor for this utility class.
     * <p>
     */
    private Messages() {

        // hide the constructor
    }

    /**
     * Returns an instance of this localized message accessor.
     * <p>
     * 
     * @return an instance of this localized message accessor
     */
    public static I_CmsMessageBundle get() {

        return INSTANCE;
    }

    /**
     * Returns the String for the given CmsMessageContainer localized to the current user's locale
     * if available or to the default locale else.
     * <p>
     * 
     * This method is needed for localization of non- {@link org.opencms.main.CmsException}
     * instances that have to be thrown here due to API constraints (javax.servlet.jsp).
     * <p>
     * 
     * @param container A CmsMessageContainer containing the message to localize.
     * @param cms the <code>CmsObject</code> belonging to the current user (e.g. obtained with
     *            <code>CmsFlexController.getCmsObject(ServletRequest)</code>).
     * @return the String for the given CmsMessageContainer localized to the current user's locale
     *         if available or to the default locale else.
     *         <p>
     */
    public static String getLocalizedMessage(CmsMessageContainer container, CmsObject cms) {

        Locale locale;
        if (cms != null) {
            CmsRequestContext context = cms.getRequestContext();
            locale = (context != null) ? context.getLocale() : Locale.getDefault();
        } else {
            locale = Locale.getDefault();
        }
        return container.key(locale);
    }

    /**
     * Returns the String for the given CmsMessageContainer localized to the current user's locale
     * if available or to the default locale else.
     * <p>
     * 
     * This method is needed for localization of non- {@link org.opencms.main.CmsException}
     * instances that have to be thrown here due to API constraints (javax.servlet.jsp).
     * <p>
     * 
     * @param container A CmsMessageContainer containing the message to localize.
     * @param context The page context that is known to any calling
     *            {@link javax.servlet.jsp.tagext.TagSupport} instance (member
     *            <code>pageContext</code>).
     * @return the String for the given CmsMessageContainer localized to the current user's locale
     *         if available or to the default locale else.
     *         <p>
     */
    public static String getLocalizedMessage(CmsMessageContainer container, PageContext context) {

        return Messages.getLocalizedMessage(container, context.getRequest());
    }

    /**
     * Returns the String for the given CmsMessageContainer localized to the current user's locale
     * if available or to the default locale else.
     * <p>
     * 
     * This method allows a static method ({@link CmsJspTagInfo#infoTagAction(String, javax.servlet.http.HttpServletRequest)})
     * that has no <code>pageContext</code> in scope to lookup the locale at request time.
     * <p>
     * 
     * @see #getLocalizedMessage(CmsMessageContainer, PageContext)
     * @param container A CmsMessageContainer containing the message to localize.
     * @param request The current request.
     * @return the String for the given CmsMessageContainer localized to the current user's locale
     *         if available or to the default locale else.
     *         <p>
     */
    public static String getLocalizedMessage(CmsMessageContainer container, ServletRequest request) {

        CmsObject cms = CmsFlexController.getCmsObject(request);
        return getLocalizedMessage(container, cms);

    }

    /**
     * Returns the bundle name for this OpenCms package.
     * <p>
     * 
     * @return the bundle name for this OpenCms package
     */
    public String getBundleName() {

        return BUNDLE_NAME;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -