All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.spincast.website.AppConstants Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version
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";

    /**
     * The name of the HTTP authentication realm for the
     * "admin" section of the site.
     */
    public static final String HTTP_AUTH_REALM_NAME_ADMIN = "admin";

    /**
     * The name of the HTTP authentication realm for the
     * propected section example.
     */
    public static final String HTTP_AUTH_REALM_NAME_EXAMPLE = "protected example";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy