org.spincast.website.AppConstants Maven / Gradle / Ivy
package org.spincast.website;
public abstract class AppConstants {
    /**
     * Cookie name that can be used to save the user locale.
     * 
     */
    public static final String RC_VARIABLE_HTML_SECTION_CLASSES = "locale";
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy