Package org.eclipse.jst.j2ee.webapplication

This package includes the EJBArtifactEdit api.

See:
          Description

Interface Summary
AuthConstraint The auth-constraint element indicates the user roles that should be permitted access to this resource collection.
ContextParam The context-param element contains the declaration of a web application's servlet context initialization parameters.
ErrorCodeErrorPage  
ErrorPage The error-page element contains a mapping between an error code or exception type to the path of a resource in the web application
ExceptionTypeErrorPage  
Filter Declares a filter in the web application application.
FilterMapping Declaration of the filter mappings in this web application.
FormLoginConfig The form-login-config element specifies the login and error pages that should be used in form based login.
HTTPMethodType Deprecated. since 4/25/2003 use list on org.eclipse.jst.j2ee.internal.webapplication.WebResourceCollection Http Method
InitParam The init-param element contains a name//value pair as an initialization param of the servlet
JSPType  
LocalEncodingMapping A representation of the model object 'Local Encoding Mapping'
LocalEncodingMappingList A representation of the model object 'Local Encoding Mapping List'
LoginConfig The login-config element is used to configure the authentication method that should be used, the realm name that should be used for this application, and the attributes that are needed by the form login mechanism.
MimeMapping The mime-mapping element defines a mapping between an extension and a mime type.
RoleNameType  
SecurityConstraint The security-constraint element is used to associate security constraints with one or more web resource collections
Servlet The servlet element contains the declarative data of a servlet.
ServletMapping The servlet-mapping element defines a mapping between a servlet and a url pattern
ServletType  
SessionConfig The session-config element defines the session parameters for this web application.
TagLibRef The taglib element is used to describe a JSP tag library.
URLPatternType Deprecated. since 4/25/2003 use list on org.eclipse.jst.j2ee.internal.webapplication.WebResourceCollection
UserDataConstraint The user-data-constraint element is used to indicate how data communicated between the client and container should be protected
WebApp The web-app element is the root of the deployment descriptor for a web application.
WebapplicationFactory  
WebapplicationPackage Note: This class/interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
WebapplicationPackage.Literals Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
WebAppResource  
WebResourceCollection  
WebType  
WelcomeFile The welcome-file element contains file name to use as a default welcome file, such as index.html
WelcomeFileList The welcome-file-list contains an ordered list of welcome files elements.
 

Class Summary
AuthMethodKind  
DispatcherType A representation of the literals of the enumeration 'Dispatcher Type', and utility methods for working with them
HTTPMethodTypeEnum A representation of the literals of the enumeration 'HTTP Method Type Enum', and utility methods for working with them
ResAuthServletType  
TransportGuaranteeType  
 

Package org.eclipse.jst.j2ee.webapplication Description

This package includes the EJBArtifactEdit api. This api is used to work with the emf model of a flexible ejb module. It contains api to read and serialize out the emf model. top