Class URLUtils

java.lang.Object
org.exoplatform.social.webui.URLUtils

public class URLUtils extends Object
Processes url and returns the some type of result base on url.
  • Constructor Details

    • URLUtils

      public URLUtils()
  • Method Details

    • getCurrentUser

      public static String getCurrentUser()
      Gets current user name base on analytic the current url.
      Returns:
      current user name.
    • getRequestedNode

      public static String getRequestedNode() throws Exception
      Gets current requested node.
      Returns:
      Throws:
      Exception