Class ComponentUtils


  • public class ComponentUtils
    extends java.lang.Object
    Utility helper functions for components.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static @NotNull java.lang.String getEncodedPath​(@NotNull java.lang.String path)
      Returns the base64 encoded path
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getEncodedPath

        @NotNull
        public static @NotNull java.lang.String getEncodedPath​(@NotNull
                                                               @NotNull java.lang.String path)
        Returns the base64 encoded path
        Parameters:
        path - page path
        Returns:
        base64 encoded path