|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jasig.portlet.emailpreview.service.link.LinkServiceRegistryImpl
@Component public class LinkServiceRegistryImpl
LinkServiceRegistryImpl provides the default implementation of ILinkServiceRegistry.
| Constructor Summary | |
|---|---|
LinkServiceRegistryImpl()
|
|
| Method Summary | |
|---|---|
IEmailLinkService |
getEmailLinkService(String key)
Return an instance of the link service associated with the supplied key. |
Collection<IEmailLinkService> |
getServices()
Return a list of all currently-registered link services. |
void |
registerService(IEmailLinkService linkService)
Register a link service. |
void |
setServices(Collection<IEmailLinkService> services)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkServiceRegistryImpl()
| Method Detail |
|---|
public void setServices(Collection<IEmailLinkService> services)
services - public IEmailLinkService getEmailLinkService(String key)
ILinkServiceRegistrynull.
getEmailLinkService in interface ILinkServiceRegistrypublic Collection<IEmailLinkService> getServices()
ILinkServiceRegistry
getServices in interface ILinkServiceRegistrypublic void registerService(IEmailLinkService linkService)
ILinkServiceRegistry
registerService in interface ILinkServiceRegistry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||