Uses of Class
sunlabs.brazil.template.Template

Packages that use Template
  • Uses of Template in sunlabs.brazil.asterisk

    Modifier and Type
    Class
    Description
    class 
    FAGI (fast AGI) handler and template for Asterisk.
    class 
    Connect to asterisk manager api.
  • Uses of Template in sunlabs.brazil.handler

    Modifier and Type
    Class
    Description
    class 
    Handler (or template) for Sending an email message via SMTP.
  • Uses of Template in sunlabs.brazil.sunlabs

    Modifier and Type
    Class
    Description
    class 
    Template for running markup after a while.
    class 
    Template for doing date and time calculations and formatting.
    class 
    Handler or template for adding a delay into a response.
    class 
    Compute the Base64 encoded SHA1 digest of a value (so I don't have to store plain text passwords).
    class 
    template to exec a program, and return its arguments into request properties .
    class 
    Allow extracted content to be filtered through regular expressions.
    class 
    Template class for substituting html pages into an html page.
    class 
    Template class for adding field help to the FormTemplate.
    class 
    Template to assign div and span id's that are unique for each browser window.
    class 
    Manage lists of strings in a (hopefully) useful way.
    class 
    Template to lock a resource.
    class 
    Template for misc string manipulation functions.
    class 
    Template to turn all markup between <plain> and </plain> into ordinary text, by escaping all HTML markup.
    class 
    Return the remote host name associated with this request.
    class 
    Template class for extracting content out of <snarf property=xxx> ...
    class 
    Template class for incorporating the content of a local file into the current document.
    class 
    Template to substitute ${...} for the value of name/value attribute pairs of all html tags that aren't otherwise accounted for by other templates.
    class 
    Template to look up "title" attributes in a database, and rewrite them.
    class 
    The ValidateTemplate is designed to validate HTML forms.
    class 
    Manage a tree representation of an XML document.
  • Uses of Template in sunlabs.brazil.template

    Modifier and Type
    Class
    Description
    class 
    Template class for adding arbitrary mime headers to a reply.
    class 
    Template that changes the behavior of the HTML/XML parser to allow unescaped >'s inside of entity attribute values.
    class 
    The BSLTemplate takes an HTML document with embedded "BSL" markup tags in it and evaluates those special tags to produce a standard HTML document.
    class 
    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.
    class 
    Template class for extracting content out of remote html pages.
    class 
    Template class for printing stuff to stderr (for template debugging).
    class 
    Template class for removing comments from html pages.
    class 
    Put current directory information (based on the URL) into the request properties.
    class 
    [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.
    class 
    Template class for substituting default values into html forms.
    class 
    Template class for highlighting text that matches a regular expression.
    class 
    Convert the html tag "include" in to text for an included html page.
    class 
    Template class for defining macros.
    class 
    Template class for computing last-modified times for content that is processed through templates.
    class 
    Version of the SetTemplate that reflects form/multipart data in Request.props.
    class 
    Sample template class for removing all images from a web page, and replacing them with their alt strings.
    class 
    [Deprecated, use the the SetTemplate.]
    Template class for substituting request properties into an HTML page.
    class 
    Template class for Managing simple Queues, allowing text communication among sessions.
    class 
    [Deprecated, use the AddHeaderTemplate instead.]
    Template class for redirecting an html page This class is used by the TemplateHandler
    class 
    Template class for performing ${...} substitutions inside javascript and style tags.
    class 
    Template (and handler) class for setting and getting values to and from the current (or other) request context.
    class 
    Template class for processing markup through a sequence of template filters.
    class 
    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.
    class 
    Template class for dynamically generating a navigation bar by looking at portions of the url.
    Methods in sunlabs.brazil.template that return Template
    Modifier and Type
    Method
    Description
    RewriteContext.templateFromTag(String tag)
    Get the template that will process the supplied tag (if any).
    protected Template
    TemplateRunner.templateFromTag(RewriteContext hr, String tag)
    Return the object instance of the template that will process this tag (if any).