Application object
An application object is a java object existing at a known location in the request context. Defining an application object involves specifying the object’s class name (as a Java class), and specifying a key (string key into a session attribute) to find it in the request context. Personalization calls methods on these objects during rule execution and uses their results in its decision making. Application Objecto that implement the SelfInitializingApplicationObject interface are automatically instantiated as needed by Personalization.
Parent: Personalization terms
Previous: Campaigns
Next: Request Context