Package org.apache.struts2.inject
Interface Factory<T>
- All Known Implementing Classes:
- LocatableConstantFactory,- LocatableFactory
public interface Factory<T>
A custom factory. Creates objects which will be injected.
- Author:
- crazybob@google.com (Bob Lee)
- 
Method Summary
- 
Method Details- 
createCreates an object to be injected.- Parameters:
- context- of this injection
- Returns:
- instance to be injected
- Throws:
- Exception- if unable to create object
 
- 
typeReturns a class of- Returns:
- class of the object
 
 
-