org.jasig.portlet.contacts.context.impl
Class ContactContextImpl

java.lang.Object
  extended by org.jasig.portlet.contacts.context.impl.ContactContextImpl
All Implemented Interfaces:
ContactContext

public class ContactContextImpl
extends Object
implements ContactContext

Author:
Chris White

Constructor Summary
ContactContextImpl()
           
 
Method Summary
 Object get(String key)
           
 Map getAll()
           
 boolean provides(Collection<String> keys)
           
 boolean provides(String key)
           
 void setContextProviders(Collection<ContextProvider> providers)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContactContextImpl

public ContactContextImpl()
Method Detail

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.