Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/webapplication/WebapplicationFactory.java')
-rw-r--r--plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/webapplication/WebapplicationFactory.java222
1 files changed, 0 insertions, 222 deletions
diff --git a/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/webapplication/WebapplicationFactory.java b/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/webapplication/WebapplicationFactory.java
deleted file mode 100644
index c5b501c48..000000000
--- a/plugins/org.eclipse.jst.j2ee.core/mofj2ee/org/eclipse/jst/j2ee/webapplication/WebapplicationFactory.java
+++ /dev/null
@@ -1,222 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2001, 2006 IBM Corporation and others.
- * All rights reserved. This program and the accompanying materials
- * are made available under the terms of the Eclipse Public License v1.0
- * which accompanies this distribution, and is available at
- * http://www.eclipse.org/legal/epl-v10.html
- *
- * Contributors:
- * IBM Corporation - initial API and implementation
- *******************************************************************************/
-package org.eclipse.jst.j2ee.webapplication;
-
-import org.eclipse.emf.ecore.EFactory;
-/**
- * @generated
- * @since 1.0
- */
-public interface WebapplicationFactory extends EFactory {
- /**
- * The singleton instance of the factory.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @generated
- */
- WebapplicationFactory eINSTANCE = org.eclipse.jst.j2ee.webapplication.internal.impl.WebapplicationFactoryImpl.init();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return WebApp value
- */
- WebApp createWebApp();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return ContextParam value
- */
- ContextParam createContextParam();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return ErrorPage value
- */
- ErrorPage createErrorPage();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return ExceptionTypeErrorPage value
- */
- ExceptionTypeErrorPage createExceptionTypeErrorPage();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return ErrorCodeErrorPage value
- */
- ErrorCodeErrorPage createErrorCodeErrorPage();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return WelcomeFileList value
- */
- WelcomeFileList createWelcomeFileList();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return WelcomeFile value
- */
- WelcomeFile createWelcomeFile();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return TagLibRef value
- */
- TagLibRef createTagLibRef();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return SecurityConstraint value
- */
- SecurityConstraint createSecurityConstraint();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return WebResourceCollection value
- */
- WebResourceCollection createWebResourceCollection();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return URLPatternType value
- */
- URLPatternType createURLPatternType();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return AuthConstraint value
- */
- AuthConstraint createAuthConstraint();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return UserDataConstraint value
- */
- UserDataConstraint createUserDataConstraint();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return LoginConfig value
- */
- LoginConfig createLoginConfig();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return FormLoginConfig value
- */
- FormLoginConfig createFormLoginConfig();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return MimeMapping value
- */
- MimeMapping createMimeMapping();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return SessionConfig value
- */
- SessionConfig createSessionConfig();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return ServletMapping value
- */
- ServletMapping createServletMapping();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return Servlet value
- */
- Servlet createServlet();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return ServletType value
- */
- ServletType createServletType();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return JSPType value
- */
- JSPType createJSPType();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return InitParam value
- */
- InitParam createInitParam();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return Filter value
- */
- Filter createFilter();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return FilterMapping value
- */
- FilterMapping createFilterMapping();
-
- /**
- * Returns a new object of class '<em>Local Encoding Mapping List</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>Local Encoding Mapping List</em>'.
- * @generated
- */
- LocalEncodingMappingList createLocalEncodingMappingList();
-
- /**
- * Returns a new object of class '<em>Local Encoding Mapping</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>Local Encoding Mapping</em>'.
- * @generated
- */
- LocalEncodingMapping createLocalEncodingMapping();
-
- /**
- * Returns a new object of class '<em>HTTP Method Type</em>'.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @return a new object of class '<em>HTTP Method Type</em>'.
- * @generated
- */
- HTTPMethodType createHTTPMethodType();
-
- /**
- * @generated This field/method will be replaced during code generation
- * @return RoleNameType value
- */
- RoleNameType createRoleNameType();
-
- /**
- * Returns the package supported by this factory.
- * <!-- begin-user-doc -->
- * This method is NOT api, and may change in future releases.
- * EMF package classes should be access via their "eINSTANCE" static fields
- * <!-- end-user-doc -->
- * @return the package supported by this factory.
- * @generated
- */
- WebapplicationPackage getWebapplicationPackage();
-
-}
-
-
-
-
-
-
-

Back to the top