Package io.wcm.handler.url.integrator
Interface IntegratorMode
- All Known Implementing Classes:
IntegratorModes
@ProviderType
public interface IntegratorMode
How an integrator template sohuld behave when externalizing URLs.
-
Method Details
-
getId
- Returns:
- Integrator mode ID (is stored as identifier in repository)
-
isUseUrlPlaceholders
boolean isUseUrlPlaceholders()- Returns:
- true if placeholders should be used for externalizing URLs instead of site urls
-
isDetectProtocol
boolean isDetectProtocol()- Returns:
- true if the prototcol to be used for externalizing URLs in integrator mode is detected automatically or defined in the integrator page itself.
-