org.meruvian.inca.struts2.rest.commons.RestConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of inca-s2rest-plugin Show documentation
Show all versions of inca-s2rest-plugin Show documentation
Includes http method handling with annotation support.
/**
* Copyright 2012 BlueOxygen Technology
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.meruvian.inca.struts2.rest.commons;
/**
* Provides all of configuration key used by Inca
*
* @author Dian Aditya
*
*/
public interface RestConstants {
public static final String INCA_ACTION_FINDER = "struts.inca.actionFinder";
public static final String INCA_DEFAULT_PARENT_PACKAGE = "struts.inca.default.parent.package";
public static final String INCA_PACKAGE_LOCATORS = "struts.inca.package.locators";
public static final String INCA_EXCLUDE_PACKAGE_PREFIX = "struts.inca.exclude.packages.prefix";
public static final String INCA_ACTION_FILTER = "struts.inca.action.filter";
public static final String INCA_HANDLE_BY_HEADER = "struts.inca.handleRequestByHeader";
public static final String INCA_REST_EXTENSION_PREFIX = "struts.inca.rest.extension.prefix";
public static final String INCA_REST_TRANSFORM_MANAGER = "struts.inca.rest.transformManager";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy