Class TreePath
java.lang.Object
de.uplanet.lucy.server.auxiliaries.util.TreePath
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionde.uplanet.lucy.server.auxiliaries.util.IVCTreePathInfogetChildTreePathInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strControlGuid) de.uplanet.lucy.server.auxiliaries.util.IVCTreePathInfogetTreePathInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strControlGuid) 
- 
Constructor Details- 
TreePathpublic TreePath()
 
- 
- 
Method Details- 
getTreePathInfopublic de.uplanet.lucy.server.auxiliaries.util.IVCTreePathInfo getTreePathInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strControlGuid) throws Exception - Throws:
- Exception
 
- 
getChildTreePathInfopublic de.uplanet.lucy.server.auxiliaries.util.IVCTreePathInfo getChildTreePathInfo(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx, String p_strControlGuid) throws Exception - Throws:
- Exception
 
 
-