
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";
/**
* 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 - 2025 Weber Informatics LLC | Privacy Policy