public interface Session
| Modifier and Type | Method and Description |
|---|---|
Object |
getManager(String name)
Get a manager from the session given the name of Manager.
|
Object getManager(String name)
name - the name of the manager to return, as it was registered in the sessionIllegalArgumentException - if the requested manager does not exist.