public
classJndiLocatorSupport
extends JndiAccessor
Overview
Inheritance
Members
Usage
Source
Books
Since1.1
VersionNot specified.
Author(s)Juergen Hoeller
Convenient superclass for classes that can locate any number of JNDI objects.
Derives from JndiAccessor to inherit jndiTemplate and jndiEnvironment properties.
JNDI names may or may not include the "java:comp/env/" prefix expected
by J2EE applications when accessing a locally mapped (ENC - Environmental
Naming Context) resource. If it doesn't, the "java:comp/env/" prefix will
be prepended if the "resourceRef" property is true (the default is
false) and no other scheme like "java:" is given.
JNDI names may or may not include the "java:comp/env/" prefix expected by J2EE applications when accessing a locally mapped (ENC - Environmental Naming Context) resource. If it doesn't, the "java:comp/env/" prefix will be prepended if the "resourceRef" property is true (the default is false) and no other scheme like "java:" is given.