Interface NamingResources
- All Known Implementing Classes:
NamingResourcesImpl
public interface NamingResources
Defines an interface for the object that is added to the representation of a
JNDI resource in web.xml to enable it to also be the implementation of that
JNDI resource. Only Catalina implements this interface but because the
web.xml representation is shared this interface has to be visible to Catalina
and Jasper.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
removeEnvironment
(String name) void
removeResource
(String name) void
removeResourceLink
(String name)
-
Method Details
-
addEnvironment
-
removeEnvironment
-
addResource
-
removeResource
-
addResourceLink
-
removeResourceLink
-
getContainer
Object getContainer()
-