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 classLinkMapper.ContextMapperstatic classLinkMapper.ResolverMapperFields in com.composum.sling.core.util declared as LinkMapper Modifier and Type Field Description protected LinkMapperSlingUrl. linkMapperMethods in com.composum.sling.core.util that return LinkMapper Modifier and Type Method Description protected static LinkMapperSlingUrl. 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 LinkMapperSlingUrl. getLinkMapper(@NotNull org.apache.sling.api.SlingHttpServletRequest request, @Nullable LinkMapper linkMapper)static StringLinkUtil. 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.
-