Uses of Interface
org.dom4j.util.SingletonStrategy
Packages that use SingletonStrategy
Package
Description
Defines the XML Document Object Model in Java interfaces together with some helper classes.
An implementation of the dom4j API which also supports the W3C object model.
A collection of utility classes for the dom4j API.
-
Uses of SingletonStrategy in org.dom4j
Fields in org.dom4j declared as SingletonStrategyModifier and TypeFieldDescriptionprivate static SingletonStrategy
<DocumentFactory> DocumentFactory.singleton
private static SingletonStrategy
<QNameCache> QName.singleton
The Singleton instanceMethods in org.dom4j that return SingletonStrategyModifier and TypeMethodDescriptionprivate static SingletonStrategy
<DocumentFactory> DocumentFactory.createSingleton()
-
Uses of SingletonStrategy in org.dom4j.dom
Fields in org.dom4j.dom declared as SingletonStrategyModifier and TypeFieldDescriptionprivate static SingletonStrategy
<DOMDocumentFactory> DOMDocumentFactory.singleton
The Singleton instance -
Uses of SingletonStrategy in org.dom4j.util
Classes in org.dom4j.util that implement SingletonStrategyModifier and TypeClassDescriptionclass
PerThreadSingleton
is an implementation of the SingletonStrategy used to provide common factory access to a single object instance based on an implementation strategy for one object instance per thread.class
SimpleSingleton
is an implementation of the SingletonStrategy interface used to provide common factory access for the same object instance.