BrightSide Workbench Full Report + Source Code
org.turro.elephant.sitemap.Sitemaps Class Reference

Classes

class  SitemapLink
 

Static Public Member Functions

static Collection< SitemapLink > getSitemapLinks ()
 

Detailed Description

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

Definition at line 30 of file Sitemaps.java.

Member Function Documentation

◆ getSitemapLinks()

static Collection<SitemapLink> org.turro.elephant.sitemap.Sitemaps.getSitemapLinks ( )
static

Definition at line 60 of file Sitemaps.java.

60  {
61  ArrayList<SitemapLink> list = new ArrayList<>();
62  for(IElephantSitemap sitemap : Instances.cached().byAnnotation(ElephantSitemap.class, IElephantSitemap.class)) {
63  list.addAll(sitemap.getLinks());
64  }
65  return list;
66  }
Here is the caller graph for this function:

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