Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
5.2.0
-
None
Description
/**
- For a given class, find the SSO for the class, creating it if necessary. The manager has a configuration that
- determines how an instance is stored and created as needed. A requested SSO not in the configuration is assumed
- to be created via a no-args constructor, and stored in the session.
* - @param <T>
- @param ssoClass identifies the SSO to access or create
- @return the SSO instance
*/
<T> T get(Class<T> ssoClass);
That's whats wrong, because it actually uses ObjectLocator.autobuild() now (since at least 5.1).