- All Implemented Interfaces:
- org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware
public class SSPApiLocator
extends java.lang.Object
implements org.springframework.context.ApplicationContextAware
Helper method to keep a static reference to the SSPAPI object. Since
Actions are attached to NotificationEntries which should be serializable,
this takes care of looking up the service so that it does not need to be
injected into the Action.
This should be declared as a bean (unnamed is fine) in your spring
context.