Class EnvEntry

java.lang.Object
org.eclipse.jetty.plus.jndi.NamingEntry
org.eclipse.jetty.plus.jndi.EnvEntry

public class EnvEntry extends NamingEntry
This is an object that will be linked into a webapp's java:comp/env namespace as if it was an <env-entry> from web.xml. The Servlet Specification mandates that only String, Integer etc can be bound as an <env-entry>, however Jetty is more lenient and allows a POJO.