Java Servlet Programming (Java Series)

Java Servlet Programming, 2nd Edition > C. Deployment Descriptor DTD Reference > <env-entry-type>

 
< BACKCONTINUE >
<env-entry-type>

Synopsis

<!ELEMENT env-entry-type (#PCDATA)>

Description

The <env-entry-type> element contains the fully qualified Java type of the environment entry value that is expected by the application code. The following are the legal values of <env-entry-type>: java.lang.Boolean, java.lang.String, java.lang.Integer, java.lang.Double, and java.lang.Float.

<env-entry> <description>Send pincode by mail</description> <env-entry-name>mailPincode</env-entry-name> <env-entry-value>false</env-entry-value> <env-entry-type>java.lang.Boolean</env-entry-type> <!-- FQCN --> </env-entry>

Last updated on 3/20/2003

Java Servlet Programming, 2nd Edition, © 2001 O'Reilly

< BACKCONTINUE >

Категории