Uiinfrastructure API Docs  
 

JavascriptParser Class

Parses Javascript String into Java object representation. The Javascript needs start as either an JS Object or JS array. Use JSONParser class to parse JSON strings The unit test for this class lives in portaluiinfrastructure project

For a list of all members of this type, see JavascriptParser Members.

System.Object
   com.plumtree.uiinfrastructure.utils.JavascriptParser

public class JavascriptParser

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.uiinfrastructure.utils

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

JavascriptParser Members | com.plumtree.uiinfrastructure.utils Namespace