public interface NestedContextFactory
Modifier and Type | Method and Description |
---|---|
Context |
createNestedSubcontext(String path,
Map<String,Object> bindings)
Creates a nested subcontext instance.
|
boolean |
isNestedSubcontext(Object value)
Is the specified value an instance of a nested context
|
boolean isNestedSubcontext(Object value)
value
- the value to inspectContext createNestedSubcontext(String path, Map<String,Object> bindings) throws NamingException
path
- the path to the new nested contextbindings
- the initial bindings for the contextNamingException
- on errorCopyright © 2005–2017. All rights reserved.