All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.andromda.cartridges.jsf.Constants Maven / Gradle / Ivy

The newest version!
package org.andromda.cartridges.jsf;

/**
 * Stores the constants used within custom JSF components.
 *
 * @author Chad Brandon
 */
public class Constants
{
    /**
     * /jsf
     */
    public static final String RESOURCE_CONTEXT = "/jsf";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy