Member variable CxpAbstractPage():Config Foundation

Represents the root node of the configuration data for the page.

Attribute: EXPORTED READONLY
Data type: XmlNode()
Description

Configuration data is managed by default in a configuration file using the XML format. The <CXP/> infrastructure uses the XMLSimpleStringParser() class to create a tree of XmlNode() objects from the XML data found the file. Each node in the tree represents a node in the XML file, making navigation in configuration files relatively easy. For example, in the following XML data, the timeout attribute can be easily accessed using :Config:SessionManager:TimeOut. Likewise, reading the default sushi is done using ::Config:Sushi:Default. In addition, user-defined data can be added to any .config file in the <CXP/> system.

<sessionmanager 
 provider="CxpCookieSessionManager" 
 timeout="45"/> 

<sushi 
default = "maki" /> 

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.