public interface UrlCreatorSpecification
Modifier and Type | Method and Description |
---|---|
UrlCreator |
createUrlCreator()
Create a new
UrlCreator instance with the specified settings from the module.xml . |
UrlCreator |
createUrlCreator(Map<String,String> settings)
Create a new
UrlCreator instance with custom settings. |
String |
getLegacyClassName()
Legacy class name (for backward compatibility only).
|
String |
getName()
Name definition from the module.xml.
|
Map<String,String> |
getSettings()
Default settings, specified in the module.xml file.
|
boolean |
isVisible()
Visibility flag from the module.xml file.
|
String getName()
UrlCreator createUrlCreator()
UrlCreator
instance with the specified settings from the module.xml
.getSettings()
UrlCreator createUrlCreator(Map<String,String> settings)
UrlCreator
instance with custom settings.settings
- custom settings (overriding the settings from the module.xml).Map<String,String> getSettings()
@Nullable String getLegacyClassName()
null
).getSettings()
boolean isVisible()
true
).getSettings()
Copyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500