API Overview API Index Package Overview Direct link to this page
JavaOnTracks 0.1.2
  net.jot.utils. JOTConstants View Javadoc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24

/*
------------------------------------
JavaOnTracks          Thibaut Colar
tcolar-jot AT colar DOT net
Artistic Licence 2.0
http://www.javaontracks.net
------------------------------------
 */
package net.jot.utils;

/**
 * JOT constants
 * @author thibautc
 */
public class JOTConstants {

	public static final String CUSTOM_TEMPLATE_ROOTS = "_JOT_TEMPLATE_ROOTS";
	public static final String SESSION_FILE_BROWSER = "_JOT_FILE_BROWSER";
	public static final String SESSION_FB_ACTION = "_JOT_FB_ACTION";
	public static final String SESSION_FB_VALUE = "_JOT_FB_VALUE";
	public static final String SESSION_FORCE_UPDATE = "_JOT_FORCE_UPDATE";
	public static final String SESSION_FORCE_DELETE = "_JOT_FORCE_DELETE";
	public static final String SESSION_FILE_SELECT = "_JOT_FILE_SELECT";
}

Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar