Class Summary |
AuthConstraintType |
The auth-constraintType indicates the user roles that
should be permitted access to this resource
collection. |
AuthMethodType |
The auth-methodType is used to configure the authentication
mechanism for the web application. |
DescriptionType |
The description type is used by a description element to
provide text describing the parent element. |
DispatcherType |
The dispatcher has four legal values: FORWARD, REQUEST, INCLUDE,
and ERROR. |
DisplayNameType |
The display-name type contains a short name that is intended
to be displayed by tools. |
EjbLinkType |
The ejb-linkType is used by ejb-link
elements in the ejb-ref or ejb-local-ref elements to specify
that an EJB reference is linked to enterprise bean. |
EjbLocalRefType |
The ejb-local-refType is used by ejb-local-ref elements for
the declaration of a reference to an enterprise bean's local
home. |
EjbRefNameType |
The ejb-ref-name element contains the name of an EJB
reference. |
EjbRefType |
The ejb-refType is used by ejb-ref elements for the
declaration of a reference to an enterprise bean's home. |
EjbRefTypeType |
The ejb-ref-typeType contains the expected type of the
referenced enterprise bean. |
EmptyType |
This type is used to designate an empty
element when used. |
EnvEntryType |
The env-entryType is used to declare an application's
environment entry. |
EnvEntryTypeValuesType |
This type contains the fully-qualified Java type of the
environment entry value that is expected by the
application's code. |
ErrorCodeType |
The error-code contains an HTTP error code, ex: 404
Used in: error-page |
ErrorPageType |
The error-pageType contains a mapping between an error code
or exception type to the path of a resource in the web
application. |
FilterMappingType |
Declaration of the filter mappings in this web
application is done by using filter-mappingType. |
FilterNameType |
The logical name of the filter is declare
by using filter-nameType. |
FilterType |
The filterType is used to declare a filter in the web
application. |
FormLoginConfigType |
The form-login-configType specifies the login and error
pages that should be used in form based login. |
FullyQualifiedClassType |
The elements that use this type designate the name of a
Java class or interface. |
GenericBooleanType |
This type defines four different values which can designate
boolean values. |
HomeType |
The homeType defines the fully-qualified name of
an enterprise bean's home interface. |
HttpMethodType |
The http-method contains an HTTP method recognized by the
web-app, for example GET, POST, ... |
IconType |
The icon type contains small-icon and large-icon elements
that specify the file names for small and large GIF or
JPEG icon images used to represent the parent element in a
GUI tool. |
JavaIdentifierType |
The java-identifierType defines a Java identifier. |
JavaTypeType |
This is a generic type that designates a Java primitive
type or a fully qualified name of a Java interface/type,
or an array of such types. |
JndiNameType |
The jndi-nameType type designates a JNDI name in the
Deployment Component's environment and is relative to the
java:comp/env context. |
JspConfigType |
The jsp-configType is used to provide global configuration
information for the JSP files in a web application. |
JspFileType |
The jsp-file element contains the full path to a JSP file
within the web application beginning with a `/'. |
JspPropertyGroupType |
The jsp-property-groupType is used to group a number of
files so they can be given global property information. |
ListenerType |
The listenerType indicates the deployment properties for a web
application listener bean. |
LocaleEncodingMappingListType |
The locale-encoding-mapping-list contains one or more
locale-encoding-mapping(s). |
LocaleEncodingMappingType |
The locale-encoding-mapping contains locale name and
encoding name. |
LocalHomeType |
The local-homeType defines the fully-qualified
name of an enterprise bean's local home interface. |
LocalType |
The localType defines the fully-qualified name of an
enterprise bean's local interface. |
LoginConfigType |
The login-configType 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. |
MessageDestinationLinkType |
The message-destination-linkType is used to link a message
destination reference or message-driven bean to a message
destination. |
MessageDestinationRefType |
The message-destination-ref element contains a declaration
of Deployment Component's reference to a message destination
associated with a resource in Deployment Component's
environment. |
MessageDestinationType |
The message-destinationType specifies a message
destination. |
MessageDestinationTypeType |
The message-destination-typeType specifies the type of
the destination. |
MessageDestinationUsageType |
The message-destination-usageType specifies the use of the
message destination indicated by the reference. |
MimeMappingType |
The mime-mappingType defines a mapping between an extension
and a mime type. |
MimeTypeType |
The mime-typeType is used to indicate a defined mime type. |
NonEmptyStringType |
This type defines a string which contains at least one
character. |
ObjectFactory |
This object contains factory methods for each
Java content interface and Java element interface
generated in the com.sun.java.xml.ns.j2ee package. |
ParamValueType |
This type is a general type that can be used to declare
parameter/value lists. |
PathType |
The elements that use this type designate either a relative
path or an absolute path starting with a "/". |
PortComponentRefType |
The port-component-ref element declares a client dependency
on the container for resolving a Service Endpoint Interface
to a WSDL port. |
RemoteType |
The remote element contains the fully-qualified name
of the enterprise bean's remote interface. |
ResAuthType |
The res-authType specifies whether the Deployment Component
code signs on programmatically to the resource manager, or
whether the Container will sign on to the resource manager
on behalf of the Deployment Component. |
ResourceEnvRefType |
The resource-env-refType is used to define
resource-env-type elements. |
ResourceRefType |
The resource-refType contains a declaration of a
Deployment Component's reference to an external resource. |
ResSharingScopeType |
The res-sharing-scope type specifies whether connections
obtained through the given resource manager connection
factory reference can be shared. |
RoleNameType |
The role-nameType designates the name of a security role. |
RunAsType |
The run-asType specifies the run-as identity to be
used for the execution of a component. |
SecurityConstraintType |
The security-constraintType is used to associate
security constraints with one or more web resource
collections
Used in: web-app |
SecurityRoleRefType |
The security-role-refType contains the declaration of a
security role reference in a component's or a
Deployment Component's code. |
SecurityRoleType |
The security-roleType contains the definition of a security
role. |
ServiceRefHandlerType |
Declares the handler for a port-component. |
ServiceRefType |
The service-ref element declares a reference to a Web
service. |
ServletMappingType |
The servlet-mappingType defines a mapping between a
servlet and a url pattern. |
ServletNameType |
The servlet-name element contains the canonical name of the
servlet. |
ServletType |
The servletType is used to declare a servlet. |
SessionConfigType |
The session-configType defines the session parameters
for this web application. |
String |
This is a special string datatype that is defined by J2EE as
a base type for defining collapsed strings. |
TaglibType |
The taglibType defines the syntax for declaring in
the deployment descriptor that a tag library is
available to the application. |
TransportGuaranteeType |
The transport-guaranteeType specifies that the communication
between client and server should be NONE, INTEGRAL, or
CONFIDENTIAL. |
TrueFalseType |
This simple type designates a boolean with only two
permissible values
- true
- false |
UrlPatternType |
The url-patternType contains the url pattern of the mapping. |
UserDataConstraintType |
The user-data-constraintType is used to indicate how
data communicated between the client and container should be
protected. |
WarPathType |
The elements that use this type designate a path starting
with a "/" and interpreted relative to the root of a WAR
file. |
WebAppType |
Java class for web-appType complex type. |
WebResourceCollectionType |
The web-resource-collectionType is used to identify a subset
of the resources and HTTP methods on those resources within
a web application to which a security constraint applies. |
WelcomeFileListType |
The welcome-file-list contains an ordered list of welcome
files elements. |
XsdAnyURIType |
This type adds an "id" attribute to xsd:anyURI. |
XsdBooleanType |
This type adds an "id" attribute to xsd:boolean. |
XsdIntegerType |
This type adds an "id" attribute to xsd:integer. |
XsdNMTOKENType |
This type adds an "id" attribute to xsd:NMTOKEN. |
XsdNonNegativeIntegerType |
This type adds an "id" attribute to xsd:nonNegativeInteger. |
XsdPositiveIntegerType |
This type adds an "id" attribute to xsd:positiveInteger. |
XsdQNameType |
This type adds an "id" attribute to xsd:QName. |
XsdStringType |
This type adds an "id" attribute to xsd:string. |