Subversion Repositories bacoAlunos

Rev

Rev 1830 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1830 Rev 1844
Line 9... Line 9...
9
 * @see pt.estgp.estgweb
9
 * @see pt.estgp.estgweb
10
 */
10
 */
11
public class Globals {
11
public class Globals {
12
 
12
 
13
 
13
 
14
    public static final 1.5.0/docs/api/java/lang/String.html">String SYSTEM_PUBLIC_URL = ConfigProperties.getProperty("system.public.url");
14
    public static final 1.5.0/docs/api/java/lang/String.html">String SYSTEM_PUBLIC_URL_SERVLETPATH = ConfigProperties.getProperty("system.public.url");
15
    public static final 1.5.0/docs/api/java/lang/String.html">String SYSTEM_INTRANET_URL = ConfigProperties.getProperty("system.intranet.url");
15
    public static final 1.5.0/docs/api/java/lang/String.html">String SYSTEM_INTRANET_URL = ConfigProperties.getProperty("system.intranet.url");
16
    public static final boolean TEST_ENVIRONEMENT = ConfigProperties.getBooleanProperty("test.control.var");;
16
    public static final boolean TEST_ENVIRONEMENT = ConfigProperties.getBooleanProperty("test.control.var");;
17
 
17
 
18
    public static 1.5.0/docs/api/java/lang/String.html">String CLASSES_ABSOLUTE_PATH;
18
    public static 1.5.0/docs/api/java/lang/String.html">String CLASSES_ABSOLUTE_PATH;
19
 
19
 
Line 216... Line 216...
216
    public static final List<String> TOP_IMAGE_FILTER_LINKS = ConfigProperties.getListValuesOrderedByPropertyName("top.image.start.with");
216
    public static final List<String> TOP_IMAGE_FILTER_LINKS = ConfigProperties.getListValuesOrderedByPropertyName("top.image.start.with");
217
    public static final List<String> TOP_IMAGE_FILTER_IMAGES_URL = ConfigProperties.getListValuesOrderedByPropertyName("top.image.url");
217
    public static final List<String> TOP_IMAGE_FILTER_IMAGES_URL = ConfigProperties.getListValuesOrderedByPropertyName("top.image.url");
218
 
218
 
219
 
219
 
220
    public static final 1.5.0/docs/api/java/lang/String.html">String SITE_URL = ConfigProperties.getProperty("site.url");
220
    public static final 1.5.0/docs/api/java/lang/String.html">String SITE_URL = ConfigProperties.getProperty("site.url");
-
 
221
    public static final 1.5.0/docs/api/java/lang/String.html">String SERVICE_URL = ConfigProperties.getProperty("service.url");
-
 
222
 
221
 
223
 
222
    public static final 1.5.0/docs/api/java/lang/String.html">String INTRANET_MESSAGES_PREFIX = "intranet.";
224
    public static final 1.5.0/docs/api/java/lang/String.html">String INTRANET_MESSAGES_PREFIX = "intranet.";
223
 
225
 
224
    public static final List<String> ANNOUNCEMENTS_VALIDATOR_ROLES = ConfigProperties.getListValues("announcements.validator.role");
226
    public static final List<String> ANNOUNCEMENTS_VALIDATOR_ROLES = ConfigProperties.getListValues("announcements.validator.role");
225
 
227