Uses of Interface
com.composum.sling.core.util.LinkMapper
-
Packages that use LinkMapper Package Description com.composum.sling.core.util -
-
Uses of LinkMapper in com.composum.sling.core.util
Classes in com.composum.sling.core.util that implement LinkMapper Modifier and Type Class Description static class
LinkMapper.ContextMapper
static class
LinkMapper.ResolverMapper
Fields in com.composum.sling.core.util declared as LinkMapper Modifier and Type Field Description protected LinkMapper
SlingUrl. linkMapper
Methods in com.composum.sling.core.util that return LinkMapper Modifier and Type Method Description protected static LinkMapper
SlingUrl. getLinkMapper(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @Nullable LinkMapper linkMapper)
Methods in com.composum.sling.core.util with parameters of type LinkMapper Modifier and Type Method Description protected static LinkMapper
SlingUrl. getLinkMapper(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @Nullable LinkMapper linkMapper)
static String
LinkUtil. getUrl(org.apache.sling.api.SlingHttpServletRequest request, String url, String selectors, String extension, LinkMapper mapper)
Builds a mapped link to the path (resource path) with optional selectors and extension.Constructors in com.composum.sling.core.util with parameters of type LinkMapper Constructor Description SlingUrl(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @NotNull org.apache.sling.api.resource.Resource resource, @Nullable String selectors, @Nullable String extension, @Nullable String suffix, @Nullable String parameterString, boolean decodeParameters, @Nullable LinkMapper linkMapper)
SlingUrl(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @Nullable LinkMapper linkMapper)
Constructs a yet invalid SlingUrl that has to be initialized with one of the from* methods.
-