01: package org.andromda.cartridges.jsf; 02: 03: /** 04: * Stores the constants used within custom JSF components. 05: * 06: * @author Chad Brandon 07: */ 08: public class Constants { 09: public static final String RESOURCE_CONTEXT = "/jsf"; 10: }