Class AbstractFactory<T>
java.lang.Object
org.apache.shiro.util.AbstractFactory<T>
- Type Parameters:
T- T
- All Implemented Interfaces:
org.apache.shiro.lang.util.Factory<T>
- Direct Known Subclasses:
IniFactorySupport
public abstract class AbstractFactory<T>
extends Object
implements org.apache.shiro.lang.util.Factory<T>
AbstractFactory.
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract TbooleanvoidsetSingleton(boolean singleton)
-
Constructor Details
-
AbstractFactory
public AbstractFactory()
-
-
Method Details
-
isSingleton
-
setSingleton
-
getInstance
- Specified by:
getInstancein interfaceorg.apache.shiro.lang.util.Factory<T>
-
createInstance
-