1 package org.andromda.cartridges.jsf;
2
3 /**
4 * Stores the constants used within custom JSF components.
5 *
6 * @author Chad Brandon
7 */
8 public class Constants
9 {
10 /**
11 * /jsf
12 */
13 public static final String RESOURCE_CONTEXT = "/jsf";
14 }