Class TreePath
java.lang.Object
de.uplanet.lucy.server.auxiliaries.util.TreePath
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionde.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)
-
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
-