Class GoogleSitemapsProcessAction

java.lang.Object
org.apache.struts.action.Action
com.softslate.commerce.customer.core.BaseAction
com.softslate.commerce.administrator.importexport.GoogleSitemapsProcessAction

public class GoogleSitemapsProcessAction extends BaseAction
Struts action class that corresponds to the processing of the Google Sitemaps export. Used for requests to "/administrator/GoogleSitemapsProcess.do".

The execute method of this class all the active products and categories and creates the XML DOM structure in the Sitemap Protocol format. Next, based on how the user choose to have the file generated, it either sends the XML contents directly through the response, or write the XML to a specified file on the server.

Author:
David Tobey
  • Field Details

    • log

      static org.apache.commons.logging.Log log
  • Constructor Details

    • GoogleSitemapsProcessAction

      public GoogleSitemapsProcessAction()
  • Method Details