Package org.infohazard.maverick.ctl

Class Summary
FormBeanUser FormBeanUser is a base class for singleton controllers which use external FormBeans rather than populating themselves.
Throwaway Note: While not formally deprecated, use of this class is discouraged.
Throwaway2 Throwaway2 is a base class for simple controllers which implements the single-use controller pattern (a fresh controller instance is created to service each request).
ThrowawayBean Note: While not formally deprecated, use of this class is discouraged.
ThrowawayBean2 ThrowawayBean2 is a throwaway controller which populates its bean properties using the Apache BeanUtils.
ThrowawayFormBeanUser This is a hybrid between Throwaway and FormBeanUser - the controller is instantiated like a Throwaway, but allows a form bean to be populated instead.