Package org.apache.shiro.util
Class AbstractFactory<T>
- java.lang.Object
-
- org.apache.shiro.util.AbstractFactory<T>
-
- All Implemented Interfaces:
org.apache.shiro.util.Factory<T>
- Direct Known Subclasses:
IniFactorySupport
public abstract class AbstractFactory<T> extends Object implements org.apache.shiro.util.Factory<T>
TODO - Class JavaDoc- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description AbstractFactory()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract T
createInstance()
T
getInstance()
boolean
isSingleton()
void
setSingleton(boolean singleton)
-