Subversion Repositories bacoAlunos

Rev

Rev 1310 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1310 Rev 1844
Line 1... Line 1...
1
package pt.estgp.estgweb.web;
1
package pt.estgp.estgweb.web;
2
 
2
 
3
import pt.estgp.estgweb.utils.ConfigProperties;
-
 
4
 
-
 
5
/**
3
/**
6
 * @author Fabio
4
 * @author Fabio
7
 * @date 31/Mar/2008
5
 * @date 31/Mar/2008
8
 * @time 11:19:06
6
 * @time 11:19:06
9
 * @see pt.estgp.estgweb.web
7
 * @see pt.estgp.estgweb.web
10
 */
8
 */
11
public class Globals
9
public class Globals
12
{
10
{
13
 
11
 
14
    public static final 1.5.0/docs/api/java/lang/String.html">String SITE_URL = ConfigProperties.getProperty("site.url");
-
 
-
 
12
 
15
 
13
 
16
    public static final 1.5.0/docs/api/java/lang/String.html">String BACO_SESSION_COOKIE = "JSESSIONID";
14
    public static final 1.5.0/docs/api/java/lang/String.html">String BACO_SESSION_COOKIE = "JSESSIONID";
17
    private static final 1.5.0/docs/api/java/lang/String.html">String PORTAL_MENU_START_LINK_START = "/proxy/";
15
    private static final 1.5.0/docs/api/java/lang/String.html">String PORTAL_MENU_START_LINK_START = "/proxy/";
18
    private static final 1.5.0/docs/api/java/lang/String.html">String PORTAL_MENU_START_LINK_END = "/estgp/public/portal";
16
    private static final 1.5.0/docs/api/java/lang/String.html">String PORTAL_MENU_START_LINK_END = "/estgp/public/portal";
19
    private static final 1.5.0/docs/api/java/lang/String.html">String PUBLIC_MENU_START_LINK_END = "/estgp/public";
17
    private static final 1.5.0/docs/api/java/lang/String.html">String PUBLIC_MENU_START_LINK_END = "/estgp/public";