public interface UrlAgent
Examples:
SpecialistsBroker.requireSpecialist(UrlAgent.TYPE)
.getSEOUrls()
SpecialistsBroker.requireSpecialist(UrlAgent.TYPE)
.getShortUrls()
Modifier and Type | Interface and Description |
---|---|
static interface |
UrlAgent.MediaFolderUrlEntry
Each instance of this interface represents an
UrlAgent.UrlEntry for a MediaFolder . |
static interface |
UrlAgent.MediaUrlEntry
Each instance of this interface represents an
UrlAgent.UrlEntry for a Media . |
static interface |
UrlAgent.PageRefFolderUrlEntry
Each instance of this interface represents an
UrlAgent.UrlEntry for a PageRefFolder . |
static interface |
UrlAgent.PageRefUrlEntry
Each instance of this interface represents an
UrlAgent.UrlEntry for a PageRef . |
static interface |
UrlAgent.UrlEntry
This interface represents a single url entry.
|
Modifier and Type | Field and Description |
---|---|
static SpecialistType<UrlAgent> |
TYPE
The agents technical type to be used to request the agent from a
SpecialistsBroker . |
Modifier and Type | Method and Description |
---|---|
Collection<UrlAgent.UrlEntry> |
getSEOUrls()
Returns a
collection of all SEO urls for this project. |
Collection<UrlAgent.UrlEntry> |
getShortUrls()
Returns a
collection of all short urls for this project. |
static final SpecialistType<UrlAgent> TYPE
SpecialistsBroker
.@NotNull Collection<UrlAgent.UrlEntry> getSEOUrls()
collection
of all SEO urls
for this project.SEO urls
@NotNull Collection<UrlAgent.UrlEntry> getShortUrls()
collection
of all short urls
for this project.short urls
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210