|
A chunk is a pre-rendered and cached portion of HTML.
Method DetailaddData(Data data) Adds the data to the chunk.
Parameters:
Since: 12-15-2017 addDataList(DataList list) Adds the datalist to the chunk.
Parameters:
Since: 12-15-2017 addDataMap(String id, Data data) Adds the data to the chunk with the specified id.
Parameters:
Since: 01-12-2018 addPayload(Payload payload) Adds the payload to the chunk.
Parameters:
Since: 12-15-2017 cache(int expires) Renders and caches the chunk. Over-rides anything that already exists with the ID.
Parameters:
Since: 12-15-2017 setFragment(Fragment fragment) Sets the fragment to the chunk.
Parameters:
Since: 12-15-2017 setStatic(String content) Sets the static content of the chunk. Only allowed in the web workflow engine unless enabled at the cloud level.
Parameters:
Since: 12-21-2020 setValue(String key, String value) Adds the key/value to the chunk.
Parameters:
Since: 12-15-2017 String toString() Returns a description of this object. Returns: String Since: 12-15-2017 |
Copyright © 2006 - 2024, ContractPal, Inc. All rights reserved. | API Date: Nov 18, 2024 01:04 PM |