const mixinafPillow::Pages

afPillow::Pages

(Service) - Methods for discovering Pillow pages and returning PageMeta instances.

pageMeta

Source

abstract PageMeta pageMeta(Type pageType, Obj?[]? pageContext)

Create PageMeta for the given page type and context.

(Note: pageContext are the arguments to the @InitRender method, if any.)

pageTypes

Source

abstract Type[] pageTypes()

Returns all Pillow page types.