This type is a class for model objects.
The servlet element contains the declarative data of a servlet. If a jsp-file is specified and the load-on-startup element is present, then the JSP should be precompiled and loaded.
Package: webapplicationAttributes Summary | |
servletName : EString | The servlet-name element contains the canonical name of the servlet. |
loadOnStartup : EIntegerObject | The load-on-startup element indicates that this servlet should be loaded on the startup of the web application. The optional contents of these element must be a positive integer indicating the order in which the servlet should be loaded. Lower integers are loaded before higher integers. If no value is specified, or if the value specified is not a positive integer, the container is free to load it at any time in the startup sequence. |
webApp : WebApp @ | * No description is available * |
webType : WebType @ | * No description is available * |
params : InitParam * | @version J2EE1.4 deprecated, becomes initParams |
securityRoleRefs : SecurityRoleRef * | * No description is available * |
runAs : RunAsSpecifiedIdentity @ | If defined for a servlet, overrides the security identity used to call an EJB by that servlet in this web application. The role-name is one of the security roles already defined for this web application. |
initParams : ParamValue * | * No description is available * |
Attribute Details |