Package org.apache.sling.cms
Interface NameFilter
-
public interface NameFilter
Service for filtering an arbitrary string into a Sling-compatible Resource name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull String
filter(@NotNull String name)
Filter the provided name.
-