Package io.wcm.handler.url.integrator
Class IntegratorPlaceholder
java.lang.Object
io.wcm.handler.url.integrator.IntegratorPlaceholder
Placeholders used in integrator template markup that has to be replaced by integrating applications.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final @NotNull StringPlaceholder for the main content markup of the external application.static final @NotNull StringPlaceholder for markup of the external application that should be placed before the end of the BODY element.static final @NotNull StringPlaceholder for markup of the external application that should be placed in the HTML HEAD element.static final @NotNull StringPlaceholder for scheme and hostname in URLs pointing to content pages (non-secure mode, HTTP).static final @NotNull StringPlaceholder for scheme and hostname in URLs pointing to resources (e.g.static final @NotNull StringPlaceholder for scheme and hostname in URLs pointing to content pages (secure mode, HTTPS). -
Method Summary
Modifier and TypeMethodDescriptionstatic @NotNull StringgetTagWithComments(@NotNull String placeholder) Placeholder with HTML BEGIN and END comments
-
Field Details
-
APP_INCLUDE_CONTENT
Placeholder for the main content markup of the external application.- See Also:
-
APP_INCLUDE_HEADER
Placeholder for markup of the external application that should be placed in the HTML HEAD element.- See Also:
-
APP_INCLUDE_FOOTER
Placeholder for markup of the external application that should be placed before the end of the BODY element.- See Also:
-
URL_CONTENT
Placeholder for scheme and hostname in URLs pointing to content pages (non-secure mode, HTTP).- See Also:
-
URL_CONTENT_SECURE
Placeholder for scheme and hostname in URLs pointing to content pages (secure mode, HTTPS).- See Also:
-
URL_CONTENT_PROXY
Placeholder for scheme and hostname in URLs pointing to resources (e.g. CSS/JS/Image references or AJAX requests). Secure- or non-secure mode depends on the external application. If AJAX requests are blocked by the same origin policy the external application may decide to route these URLs through a proxy with its own scheme and hostname.- See Also:
-
-
Method Details
-
getTagWithComments
Placeholder with HTML BEGIN and END comments- Parameters:
placeholder- Placeholder- Returns:
- Tag with comments
-