Class GetAdminSitesAction

All Implemented Interfaces:
Component, LogEnabled, Serviceable, Action

public class GetAdminSitesAction extends GetSitesAction
Action for getting the list of existing Site for administrative operations.
  • Constructor Details

  • Method Details

    • _rootSite2json

      protected List<Map<String,Object>> _rootSite2json(Request request, Site site, String currentSiteName, boolean recursive, boolean readAccessOnly, boolean sharedSitesOnly, UserIdentity user)
      Description copied from class: GetSitesAction
      Retrieves the JSON for a root site
      Overrides:
      _rootSite2json in class GetSitesAction
      Parameters:
      request - The request
      site - The root site
      currentSiteName - The name of the current site
      recursive - True to handle child sites
      readAccessOnly - Only read access site
      sharedSitesOnly - Only shared sites
      user - The current user
      Returns:
      The root site info