Package org.spincast.website
Class AppConstants
java.lang.Object
org.spincast.website.AppConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe name of the HTTP authentication realm for the "admin" section of the site.static final StringThe name of the HTTP authentication realm for the propected section example.static final StringCookie name that can be used to save the user locale. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
RC_VARIABLE_HTML_SECTION_CLASSES
Cookie name that can be used to save the user locale.- See Also:
-
HTTP_AUTH_REALM_NAME_ADMIN
The name of the HTTP authentication realm for the "admin" section of the site.- See Also:
-
HTTP_AUTH_REALM_NAME_EXAMPLE
The name of the HTTP authentication realm for the propected section example.- See Also:
-
-
Constructor Details
-
AppConstants
public AppConstants()
-