Interface UrlFactoryContext

All Superinterfaces:
BaseContext, SpecialistsBroker

public interface UrlFactoryContext extends BaseContext
Context to be given to the UrlFactory.
Since:
5.2.190300
  • Method Details

    • getParameters

      @NotNull @NotNull Map<String,String> 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

      @NotNull @NotNull PathLookup getPathLookup()
      Returns the path lookup for user defined paths.
      Returns:
      The path lookup.
      Since:
      5.2.190300
    • getUrlCreatorProvider

      @NotNull @NotNull UrlCreatorProvider getUrlCreatorProvider()
      Provides the contextual UrlCreatorProvider.
      Returns:
      The contextual UrlCreatorProvider.
      Since:
      5.2.190300