Package com.microstrategy.web.app.utils
Class ObjectPathHelper
- java.lang.Object
-
- com.microstrategy.web.app.utils.ObjectPathHelper
-
public class ObjectPathHelper extends java.lang.Object
- Since:
- MicroStrategy Web 9.0.1
-
-
Constructor Summary
Constructors Constructor Description ObjectPathHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
renderObjectPath(XMLBuilder builder, WebObjectInfo object, AppContext context)
static void
renderObjectPath(XMLBuilder builder, WebObjectInfo object, AppContext context, boolean showIDAndType)
-
-
-
Method Detail
-
renderObjectPath
public static void renderObjectPath(XMLBuilder builder, WebObjectInfo object, AppContext context, boolean showIDAndType) throws WebObjectsException
- Throws:
WebObjectsException
-
renderObjectPath
public static void renderObjectPath(XMLBuilder builder, WebObjectInfo object, AppContext context) throws WebObjectsException
- Throws:
WebObjectsException
-
-