srcanaapps/apiquerytool/com.nokia.s60tools.apiquery/src/com/nokia/s60tools/apiquery/servlets/ReportActionConstants.java
author noe\swadi
Sat, 09 Jan 2010 10:04:11 +0530
changeset 0 a02c979e8dfd
permissions -rw-r--r--
1. Copyrights changed to EPL 2. Feature updates mentioned in release notes.

/*
* Copyright (c) 2007 Nokia Corporation and/or its subsidiary(-ies). 
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:
*
*/ 
package com.nokia.s60tools.apiquery.servlets;


/**
 * Constants for {@link ReportActionServlet} and relative classes.
 */
public class ReportActionConstants {

	
	/**
	 * Servlet name taking action request and forwards it to actions
	 */
	public static final String SERVLET_NAME = "reportAction"; //$NON-NLS-1$
	
	/**
	 * Parameter name for API Query For
	 */
	public static final String PARAM_QUERY_FOR = "apiQueryFor"; //$NON-NLS-1$
	
	/**
	 * Parameter name for API Query Type
	 */
	public static final String ACTION_QUERY_TYPE = "apiQueryType"; //$NON-NLS-1$
	
	/**
	 * Parameter name for Open Used Header
	 */
	public static final String ACTION_OPEN_USED_HEADER = "openUsedHeader"; //$NON-NLS-1$
	
	/**
	 * Parameter name for Open Using File
	 */
	public static final String ACTION_OPEN_USING_FILE = "openUsingFile"; //$NON-NLS-1$

	/**
	 * Name of the project what report stands for
	 */
	public static final String PARAM_PROJECT_NAME = "projectName"; //$NON-NLS-1$
	
	
}