| Attributes |
| Name | Required | Request-time | Type | Description |
| customCss | false | true | java.lang.String | Path to custom CSS, starting with a '/' related to the web app root folder. The context path will be automatically bounded. |
| mode | false | true | java.lang.String | Inclusion mode, acceptable values are: [minimized(default), complete, exploded]. |
| pageName | false | true | java.lang.String | Name of the page. Used by the model manager to organize the models in session. Each model is linked to a pageName. |
| synchroMode | false | true | java.lang.String | Server models synchronization strategy. Available values are 'default' (by default, synchronizing on ajax request and on page unload), 'XXs' with XX the interval of seconds between two synchronizations, 'XXe' with XX the number of stacked events before synchronizing. In both second and event modes, the default one will keep being applied. |
| portletToken | false | true | java.lang.String | No Description |
| importResources | false | true | boolean | Should the resources be imported or not. Default is true, but in case of portlets, it is recommanded not to import into each portlets but in a global one. |
| https | false | true | boolean | Define if the application is running in https. In this case we use blank.jtml instead of about:blank for iframe. |
| log | false | true | boolean | Indicate if the log is activated |
| templateStart | false | true | java.lang.String | Special velocity start template to replace default. Accepts EL. |
| templateEnd | false | true | java.lang.String | Special velocity end template to replace default. Accepts EL. |