AbstractContext
, AbstractFederatedContext
, ImmutableContext
, ImmutableContext.NestedImmutableContext
, ImmutableFederatedContext
, ImmutableFederatedContext.NestedImmutableFederatedContext
, WritableContext
, WritableContext.NestedWritableContext
public interface NestedContextFactory
Modifier and Type | Method | 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–2018. All rights reserved.