Interface RequestLogProcessor

All Superinterfaces:
BusinessObject, BusinessProcessor
All Known Implementing Classes:
BasicRequestLogProcessor

public interface RequestLogProcessor extends BusinessProcessor
Interface for business logic methods having to do with request logs. Created in the Struts layer in response to requests for viewing, editing, adding, and deleting request logs.

When the application needs to create an instance that implements RequestLogProcessor, BusinessObjectFactory finds the name of the Java class to instantiate from the "requestLogProcessorImplementer" setting in the appComponents.properties file.

The default "requestLogProcessorImplementer" is BasicRequestLogProcessor.

Author:
David Tobey