
org.tynamo.resteasy.ResteasySymbols Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tapestry-resteasy Show documentation
Show all versions of tapestry-resteasy Show documentation
RESTEasy Tapestry5 Integration
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