Package com.microstrategy.web.objects
Class WebACLParser
- java.lang.Object
-
- com.microstrategy.web.objects.WebACLParser
-
public class WebACLParser extends java.lang.ObjectThis class is used to parse the xml returned by ACL editor and populate the ACL of aWebObjectInfoinstance.
-
-
Constructor Summary
Constructors Constructor Description WebACLParser(WebObjectsFactory factory, java.lang.String xml, WebObjectInfo oi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse()
-
-
-
Constructor Detail
-
WebACLParser
public WebACLParser(WebObjectsFactory factory, java.lang.String xml, WebObjectInfo oi)
-
-
Method Detail
-
parse
public void parse() throws WebObjectsException- Throws:
WebObjectsException
-
-