Package ubic.gemma.web.controller
Class WebConstants
- java.lang.Object
-
- ubic.gemma.web.controller.WebConstants
-
public final class WebConstants extends Object
Constant values used throughout the web portion of Gemma.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CLASSIC_HOME_PAGE
static String
HOME_PAGE
-
Constructor Summary
Constructors Constructor Description WebConstants()
-
-
-
Field Detail
-
HOME_PAGE
public static final String HOME_PAGE
- See Also:
- Constant Field Values
-
CLASSIC_HOME_PAGE
public static final String CLASSIC_HOME_PAGE
- See Also:
- Constant Field Values
-
-