up: ZUT     index Zimbu documentation

CLASS ZUT.Context @public

summary

     

The context for processing ZUT templates.

Passed to all the methods generating CSS and HTML.

NEW(httpContext) @public  Create a new Context for a HTTP request on the server.
NEW() @public  Create a new Context for use on the client.
$getHttpContext() HTTP.Context @public  Return the HTTP.Context for the current request.
 

members (alphabetically)

     

PROC NEW(HTTP.Context httpContext) @public

     

Create a new Context for a HTTP request on the server.

PROC NEW() @public

     

Create a new Context for use on the client.

FUNC $getHttpContext() HTTP.Context @public

     

Return the HTTP.Context for the current request.

In the client this will return NIL.

license

      Copyright 2014 Bram Moolenaar All Rights Reserved.

      Licensed under the Apache License, Version 2.0. See the LICENSE file or obtain a copy at: http://www.apache.org/licenses/LICENSE-2.0