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

org.tynamo.resteasy.ResteasySymbols Maven / Gradle / Ivy

The newest version!
package org.tynamo.resteasy;

public class ResteasySymbols
{
	public static final String MAPPING_PREFIX = "resteasy.servlet.mapping.prefix";
	public static final String MAPPING_PREFIX_JSAPI = "resteasy.servlet.mapping.prefix.jsapi";

	/**
	 * If "true", then the InternalConstants.TAPESTRY_APP_PACKAGE_PARAM + ".rest" package will be added to the
	 * ResteasyPackageManager so that it will be scanned for annotated REST resource classes.
	 */
	public static final String AUTOSCAN_REST_PACKAGE = "tynamo.resteasy.autodiscovery";

	/**
	 * add the CORS authorization to the header
	 */
	public static final String CORS_ENABLED = "tynamo.resteasy.cors-enabled";

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy