BrightSide Workbench Full Report + Source Code
org.turro.elephant.sitemap.DefaultSitemap Class Reference
Inheritance diagram for org.turro.elephant.sitemap.DefaultSitemap:
Collaboration diagram for org.turro.elephant.sitemap.DefaultSitemap:

Public Member Functions

Collection< Sitemaps.SitemapLink > getLinks ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 40 of file DefaultSitemap.java.

Member Function Documentation

◆ getLinks()

Collection<Sitemaps.SitemapLink> org.turro.elephant.sitemap.DefaultSitemap.getLinks ( )

Implements org.turro.elephant.sitemap.IElephantSitemap.

Definition at line 43 of file DefaultSitemap.java.

43  {
44  ArrayList<Sitemaps.SitemapLink> list = new ArrayList<>();
45  doRoot(list, ElContextMap.getContext("/"));
46  return list;
47  }
Here is the call graph for this function:

The documentation for this class was generated from the following file: