Class DefaultTitleContentMappingManager

java.lang.Object
com.atlassian.confluence.links.DefaultTitleContentMappingManager
All Implemented Interfaces:
TitleContentMappingManager

public class DefaultTitleContentMappingManager extends Object implements TitleContentMappingManager
Default implementation of the TitleContentMappingManager interface. This class acts as the service layer for managing TitleContentMapping objects and delegates database operations to the TitleContentMappingDao.
  • Constructor Details

    • DefaultTitleContentMappingManager

      public DefaultTitleContentMappingManager(TitleContentMappingDao titleContentMappingDao)
      Constructor to initialize the manager with the required DAO.
      Parameters:
      titleContentMappingDao - The DAO used for database operations.
  • Method Details