Package com.microstrategy.web.objects
Class WebACLParser
- java.lang.Object
-
- com.microstrategy.web.objects.WebACLParser
-
public class WebACLParser extends java.lang.Object
This class is used to parse the xml returned by ACL editor and populate the ACL of aWebObjectInfo
instance.
-
-
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 void
parse()
-
-
-
Constructor Detail
-
WebACLParser
public WebACLParser(WebObjectsFactory factory, java.lang.String xml, WebObjectInfo oi)
-
-
Method Detail
-
parse
public void parse() throws WebObjectsException
- Throws:
WebObjectsException
-
-