[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for `PageContext` is 2.63.1, with the provided list detailing versions all the way down to 2.7.1."],["`PageContext` is an abstract class that serves as the context for a page call, with `RequestT`, `ResponseT`, and `ResourceT` as its type parameters."],["This `PageContext` class inherits from `java.lang.Object` and has several inherited methods like `clone()`, `equals(Object)`, `wait()`, and `notify()`."],["The `PageContext` class includes static methods, such as `create()`, which is used to create an instance of `PageContext`, alongside methods for retrieving the call context, callable, page descriptor, and the request."],["The method `withRequest` allows for creating a new `PageContext` with a modified request, while retaining other context values."]]],[]]