Available Variables for Styles in Javascript, Groovy, and Thymeleaf
- lum_serviceInterfaceRequest
- It is an object of type IServiceInterfaceRenderRequest.
It contains information from the request being used in the generated interface. - lum_serviceInterfaceResponse
- It is an object of type IServiceInterfaceRenderResponse.
It contains response information used by the generated interface. - lum_out
- It is an object of type PrintWriter.
Created from the response, it allows direct access to the HTML file creation interface being generated. - lum_el
- It is an object of type ELEvaluator.
Created from the request, it makes available to the rendering scripts of the styles the resources in EL. - lum_url
- It is an object of type IScriptingStyleURLProcessor.
It provides an API for URI handling. - lum_document
- It is an object of type Document.
Created from the XML generated for the current instance of the interface, it is the main context for rendering it. - lum_xpath
- It is an object of type IXPath.
It provides various methods to assist in reading the context of the interface. For more information, see the topic Variable lum_xpath. - lum_controls
- It is a map of controls indexed by their identifiers. The value of the map is a control, if it exists, or
null
, otherwise. - lum_controlsByType
- It is a map of controls indexed by their types. The value of the map is a collection of controls.
- lum_rows
- It is a list of rows contained in the first control found with type
lum_tabularData
orlum_details
.