This table describes the REST calls made from the layout-container view model and provides details on the context objects that are used to locate a response filter for each type of REST call the view model makes.

Context Object

Description

{endpoint:"getPage",
page:"
page",
identifier:"layoutOnly"}

This context object is used for calls made to the getPage endpoint. The layout-container view model makes this call to get the layout data for the page.

{endpoint:"getPage",
identifier:"cachableData"}

This context object is used for calls made to the getPage endpoint. The layout-container view model makes this call to get page data that is appropriate to store in a cache, for example, site data.

{endpoint:"getPage",
identifier:"currentData"}

This context object is used for calls made to the getPage endpoint. The layout-container view model makes this call to get page data that should not be stored in a cache, for example, user data.


Copyright © 1997, 2017 Oracle and/or its affiliates. All rights reserved. Legal Notices