1 package be.dvw.administration; 2 3 /*** 4 * Created by IntelliJ IDEA. 5 * User: Toon.Timbermont 6 * Date: May 14, 2005 7 * Time: 1:54:47 PM 8 * To change this template use File | Settings | File Templates. 9 */ 10 public class Constants { 11 12 public static String PAGE = "page"; 13 public static String PAGE_CURRENT_ITEM = "page.url"; 14 public static String PAGE_PATH_KEY = "page.path"; 15 16 /*** 17 * Name of the request attribute containing the action to be executed when 18 * different possibilities exist in JSP displays. 19 */ 20 public static String ACTION = "action"; 21 public static String NAVIGATION_CONTEXT = "navigation_context"; 22 public static String SCORE_CURRENT = "score_current"; 23 public static String SCORE_PAGE = "scores_page"; 24 public static String INSTRUMENT_CURRENT = "instrument_current"; 25 public static String INSTRUMENT_PAGE = "instruments_page"; 26 public static String PERSON_PAGE = "persons_page"; 27 28 29 30 31 }