Package sunlabs.brazil.template


package sunlabs.brazil.template
  • Class
    Description
    Template class for adding arbitrary mime headers to a reply.
    Template that changes the behavior of the HTML/XML parser to allow unescaped >'s inside of entity attribute values.
    The BSLTemplate takes an HTML document with embedded "BSL" markup tags in it and evaluates those special tags to produce a standard HTML document.
    This Template adds an icon to HREFs to indicate when the file being referred to is new, changed, or unchanged with respect to the user's session.
    Template class for extracting content out of remote html pages.
    Template class for printing stuff to stderr (for template debugging).
    Template class for removing comments from html pages.
    Put current directory information (based on the URL) into the request properties.
    [Deprecated, use the FormTemplate and SetTemplate instead]
    SAMPLE Template class for substituting Default values into html forms The data is retrieved from the client, and sent back to the client later on.
    Template class for substituting default values into html forms.
    Template class for highlighting text that matches a regular expression.
    Convert the html tag "include" in to text for an included html page.
    Template class for defining macros.
    Template class for computing last-modified times for content that is processed through templates.
    Version of the SetTemplate that reflects form/multipart data in Request.props.
    Sample template class for removing all images from a web page, and replacing them with their alt strings.
    [Deprecated, use the the SetTemplate.]
    Template class for substituting request properties into an HTML page.
    Template class for Managing simple Queues, allowing text communication among sessions.
    Create an object queue.
    A bag of items to keep on the Q.
    [Deprecated, use the AddHeaderTemplate instead.]
    Template class for redirecting an html page This class is used by the TemplateHandler
    A variant containing instance variables that may be referenced by rewriting filters.
    Template class for performing ${...} substitutions inside javascript and style tags.
    Template (and handler) class for setting and getting values to and from the current (or other) request context.
     
    The TemplateHandler reads a template file from the document root, based on the URL, and passes the content through one or more template filters.
    Interface for templates.
    Class for processing html templates.
    Template class for processing markup through a sequence of template filters.
    Template class for extracting table of contents information out of an html page by examining the "H1" tags, and setting request properties that can be used to build a table of contents.
    Template class for dynamically generating a navigation bar by looking at portions of the url.