Package de.espirit.firstspirit.generate
Interface UrlFactoryContext
- All Superinterfaces:
BaseContext
,SpecialistsBroker
Context to be given to the
UrlFactory
.- Since:
- 5.2.190300
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.espirit.firstspirit.access.BaseContext
BaseContext.Env
-
Method Summary
Modifier and TypeMethodDescriptionReturns the settings provided in module.xml file in section<configuration>..</configuration>
.@NotNull PathLookup
Returns the path lookup for user defined paths.@NotNull UrlCreatorProvider
Provides the contextualUrlCreatorProvider
.Methods inherited from interface de.espirit.firstspirit.access.BaseContext
is, logDebug, logError, logError, logInfo, logWarning
Methods inherited from interface de.espirit.firstspirit.agency.SpecialistsBroker
requestSpecialist, requireSpecialist
-
Method Details
-
getParameters
Returns the settings provided in module.xml file in section<configuration>..</configuration>
. The key is the tag name (converted to lower case), value is the text child node. E.g.<key>value</key>
.- Returns:
- Settings provided in module.xml as map.
- Since:
- 5.2.190300
-
getPathLookup
Returns the path lookup for user defined paths.- Returns:
- The path lookup.
- Since:
- 5.2.190300
-
getUrlCreatorProvider
Provides the contextualUrlCreatorProvider
.- Returns:
- The contextual
UrlCreatorProvider
. - Since:
- 5.2.190300
-