C# Class Nop.Services.Seo.SitemapGenerator

Represents a sitemap generator
Inheritance: Nop.Services.Seo.BaseSitemapGenerator, ISitemapGenerator
Afficher le fichier Open project: emilianionascu/NopCommerce

Méthodes publiques

Méthode Description
SitemapGenerator ( ICategoryService categoryService, IProductService productService, IManufacturerService manufacturerService, ITopicService topicService, CommonSettings commonSettings, IWebHelper webHelper ) : System

Méthodes protégées

Méthode Description
GenerateUrlNodes ( ) : void

Method that is overridden, that handles creation of child urls. Use the method WriteUrlLocation() within this method.

Private Methods

Méthode Description
WriteCategories ( int parentCategoryId ) : void
WriteManufacturers ( ) : void
WriteProducts ( ) : void
WriteTopics ( ) : void

Method Details

GenerateUrlNodes() protected méthode

Method that is overridden, that handles creation of child urls. Use the method WriteUrlLocation() within this method.
protected GenerateUrlNodes ( ) : void
Résultat void

SitemapGenerator() public méthode

public SitemapGenerator ( ICategoryService categoryService, IProductService productService, IManufacturerService manufacturerService, ITopicService topicService, CommonSettings commonSettings, IWebHelper webHelper ) : System
categoryService ICategoryService
productService IProductService
manufacturerService IManufacturerService
topicService ITopicService
commonSettings Nop.Core.Domain.Common.CommonSettings
webHelper IWebHelper
Résultat System