Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 216369
Collapse All | Expand All

(-)web/org/eclipse/jst/j2ee/internal/web/operations/INewServletClassDataModelProperties.java (-22 lines)
Lines 95-122 Link Here
95
	 * Optional, List propety used to cache all the servlet mappings for this servlet on the web application.
95
	 * Optional, List propety used to cache all the servlet mappings for this servlet on the web application.
96
	 */
96
	 */
97
	public static final String URL_MAPPINGS = "NewServletClassDataModel.URL_MAPPINGS"; //$NON-NLS-1$
97
	public static final String URL_MAPPINGS = "NewServletClassDataModel.URL_MAPPINGS"; //$NON-NLS-1$
98
99
	/**
100
	 * Required, String property of the display name for the servlet
101
	 * 
102
	 * @deprecated use {@link INewWebClassDataModelProperties#DISPLAY_NAME} instead
103
	 */
104
	public static final String DISPLAY_NAME = "NewServletClassDataModel.DISPLAY_NAME"; //$NON-NLS-1$
105
	
106
	/**
107
	 * Optional, String property of the description info for the servlet
108
	 * 
109
	 * @deprecated use {@link INewWebClassDataModelProperties#DESCRIPTION} instead
110
	 */
111
	public static final String DESCRIPTION = "NewServletClassDataModel.DESCRIPTION"; //$NON-NLS-1$
112
	
113
	/**
114
	 * Optional, boolean property used to specify whether or not to gen a new java class.
115
	 * The default is false.
116
	 * 
117
	 * @deprecated use {@link INewWebClassDataModelProperties#USE_EXISTING_CLASS} instead
118
	 */
119
	public static final String USE_EXISTING_CLASS = "NewServletClassDataModel.USE_EXISTING_CLASS"; //$NON-NLS-1$
120
	
98
	
121
	/**
99
	/**
122
	 * Do not set! The javajet template file used in creating the annotated servlet template class
100
	 * Do not set! The javajet template file used in creating the annotated servlet template class

Return to bug 216369