org.andromda.cartridges.jsf.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of andromda-jsf-cartridge-components Show documentation
Show all versions of andromda-jsf-cartridge-components Show documentation
Constains custom JSF components used by the JSF cartridge.
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";
}