Class TreePath

java.lang.Object
de.uplanet.lucy.server.auxiliaries.util.TreePath

@VelocityCallable("singleton") public final class TreePath extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    de.uplanet.lucy.server.auxiliaries.util.IVCTreePathInfo
    getChildTreePathInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strControlGuid)
     
    de.uplanet.lucy.server.auxiliaries.util.IVCTreePathInfo
    getTreePathInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strControlGuid)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TreePath

      public TreePath()
  • Method Details

    • getTreePathInfo

      public de.uplanet.lucy.server.auxiliaries.util.IVCTreePathInfo getTreePathInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strControlGuid) throws Exception
      Throws:
      Exception
    • getChildTreePathInfo

      public de.uplanet.lucy.server.auxiliaries.util.IVCTreePathInfo getChildTreePathInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strControlGuid) throws Exception
      Throws:
      Exception