Used throughout Stripes to instantiate classes. The default implementation is {@link DefaultObjectFactory}. You can specify an alternate implementation to use by setting the {@code ObjectFactory.Class} initialization parameter for {@link StripesFilter} or by placing yourimplementation in one of the packages named in {@code Extension.Packages}.
<init-param> <param-name>ObjectFactory.Class</param-name> <param-value>com.mycompany.stripes.ext.MyObjectFactory</param-value> </init-param>
@author Ben Gunter
@since Stripes 1.5.1