public class ContactContextImpl extends Object implements ContactContext
| Constructor and Description |
|---|
ContactContextImpl() |
| Modifier and Type | Method and Description |
|---|---|
Object |
get(String key) |
Map |
getAll() |
boolean |
provides(Collection<String> keys) |
boolean |
provides(String key) |
void |
setContextProviders(Collection<ContextProvider> providers) |
String |
toString() |
public Object get(String key)
get in interface ContactContextpublic Map getAll()
getAll in interface ContactContextpublic boolean provides(String key)
provides in interface ContactContextpublic boolean provides(Collection<String> keys)
provides in interface ContactContext@Autowired(required=true) public void setContextProviders(Collection<ContextProvider> providers)
setContextProviders in interface ContactContextpublic String toString()
toString in interface ContactContexttoString in class ObjectCopyright © 2013 Jasig. All Rights Reserved.