Package de.espirit.firstspirit.agency
Interface UrlAgent.PageRefFolderUrlEntry
- All Superinterfaces:
UrlAgent.UrlEntry
- Enclosing interface:
- UrlAgent
Each instance of this interface represents an
UrlAgent.UrlEntry
for a PageRefFolder
.- Since:
- 5.2.180603
- See Also:
-
Method Summary
Modifier and TypeMethodDescription@Nullable TemplateSet
Returns thetemplate set
for which this url entry is specified for.Methods inherited from interface de.espirit.firstspirit.agency.UrlAgent.UrlEntry
getElementInfo, getLanguage, getPath, isElementDeleted
-
Method Details
-
getTemplateSet
Returns thetemplate set
for which this url entry is specified for. This method may returnnull
, if the corresponding template set has been deleted.- Returns:
- the
template set
for which this url entry is specified for. May returnnull
, if the corresponding template set has been deleted. - Since:
- 5.2.180603
- See Also:
-