Redberry context. This class collects Redberry session defaults and context-sensitive under the hood information. It has a single unique thread-local instance during each Redberry session. Hence, all variables keeping by the context (like e.g. namespace) have unique instances during session and cannot be changed externally. In order to create a new session of Redberry with a particular context, an instance of this class should be set as a current context via {@link ContextManager#setCurrentContext(Context)}.
@author Dmitry Bolotin @author Stanislav Poslavsky @see NameManager @see IndexConverterManager @see ParseManager @see OutputFormat @see ContextManager @see ContextSettings @since 1.0
|
|
|
|
|
|
|
|
|
|