org.jasig.portlet.contacts.context.impl
Class ContactContextImpl
java.lang.Object
org.jasig.portlet.contacts.context.impl.ContactContextImpl
- All Implemented Interfaces:
- ContactContext
public class ContactContextImpl
- extends Object
- implements ContactContext
- Author:
- Chris White
ContactContextImpl
public ContactContextImpl()
get
public Object get(String key)
- Specified by:
get in interface ContactContext
getAll
public Map getAll()
- Specified by:
getAll in interface ContactContext
provides
public boolean provides(String key)
- Specified by:
provides in interface ContactContext
provides
public boolean provides(Collection<String> keys)
- Specified by:
provides in interface ContactContext
setContextProviders
@Autowired(required=false)
public void setContextProviders(Collection<ContextProvider> providers)
- Specified by:
setContextProviders in interface ContactContext
toString
public String toString()
- Specified by:
toString in interface ContactContext- Overrides:
toString in class Object
Copyright © 2012 Jasig. All Rights Reserved.