Uses of Interface
sunlabs.brazil.template.TemplateInterface

Packages that use TemplateInterface
sunlabs.brazil.asterisk   
sunlabs.brazil.handler   
sunlabs.brazil.sunlabs   
sunlabs.brazil.template   
 

Uses of TemplateInterface in sunlabs.brazil.asterisk
 

Classes in sunlabs.brazil.asterisk that implement TemplateInterface
 class AsteriskAGIHandler
          FAGI (fast AGI) handler and template for Asterisk.
 class AsteriskHandler
          Connect to asterisk manager api.
 

Uses of TemplateInterface in sunlabs.brazil.handler
 

Classes in sunlabs.brazil.handler that implement TemplateInterface
 class SMTPHandler
          Handler (or template) for Sending an email message via SMTP.
 

Uses of TemplateInterface in sunlabs.brazil.sunlabs
 

Classes in sunlabs.brazil.sunlabs that implement TemplateInterface
 class AfterTemplate
          Template for running markup after a while.
 class DateTemplate
          Template for doing date and time calculations and formatting.
 class DelayHandler
          Handler or template for adding a delay into a response.
 class DigestTemplate
          Compute the Base64 encoded SHA1 digest of a value (so I don't have to store plain text passwords).
 class ExecTemplate
          template to exec a program, and return its arguments into request properties .
 class ExpContentTemplate
          Allow extracted content to be filtered through regular expressions.
 class FetchTemplate
          Template class for substituting html pages into an html page.
 class FormHelpTemplate
          Template class for adding field help to the FormTemplate.
 class IdUniquificationTemplate
          Template to assign div and span id's that are unique for each browser window.
 class ListTemplate
          Manage lists of strings in a (hopefully) useful way.
 class LockTemplate
          Template to lock a resource.
 class MiscTemplate
          Template for misc string manipulation functions.
 class PlainTemplate
          Template to turn all markup between <plain> and </plain> into ordinary text, by escaping all HTML markup.
 class RemoteHostTemplate
          Return the remote host name associated with this request.
 class SnarfTemplate
          Template class for extracting content out of <snarf property=xxx> ...
 class SourceTemplate
          Template class for incorporating the content of a local file into the current document.
 class SubstAllTemplate
          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 TitleTemplate
          Template to look up "title" attributes in a database, and rewrite them.
 class ValidateTemplate
          The ValidateTemplate is designed to validate HTML forms.
 class XmlTreeTemplate
          Manage a tree representation of an XML document.
 

Uses of TemplateInterface in sunlabs.brazil.template
 

Classes in sunlabs.brazil.template that implement TemplateInterface
 class AddHeaderTemplate
          Template class for adding arbitrary mime headers to a reply.
 class AllowGtTemplate
          Template that changes the behavior of the HTML/XML parser to allow unescaped >'s inside of entity attribute values.
 class BSLTemplate
          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 ChangedTemplate
          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 ContentTemplate
          Template class for extracting content out of remote html pages.
 class DebugTemplate
          Template class for printing stuff to stderr (for template debugging).
 class DeCommentTemplate
          Template class for removing comments from html pages.
 class DirectoryTemplate
          Put current directory information (based on the URL) into the request properties.
 class FormClientTemplate
          [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 FormTemplate
          Template class for substituting default values into html forms.
 class HighlightTemplate
          Template class for highlighting text that matches a regular expression.
 class IncludeTemplate
          Convert the html tag "include" in to text for an included html page.
 class MacroTemplate
          Template class for defining macros.
 class ModifiedTemplate
          Template class for computing last-modified times for content that is processed through templates.
 class MultipartSetTemplate
          Version of the SetTemplate that reflects form/multipart data in Request.props.
 class NoImageTemplate
          Sample template class for removing all images from a web page, and replacing them with their alt strings.
 class PropsTemplate
          [Deprecated, use the the SetTemplate.]
Template class for substituting request properties into an HTML page.
 class QueueTemplate
          Template class for Managing simple Queues, allowing text communication among sessions.
 class RedirectTemplate
          [Deprecated, use the AddHeaderTemplate instead.]
Template class for redirecting an html page This class is used by the TemplateHandler
 class ScriptEvalTemplate
          Template class for performing ${...} substitutions inside javascript and style tags.
 class SetTemplate
          Template (and handler) class for setting and getting values to and from the current (or other) request context.
 class Template
           
 class TemplateTemplate
          Template class for processing markup through a sequence of template filters.
 class TOCTemplate
          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 UrlNavBarTemplate
          Template class for dynamically generating a navigation bar by looking at portions of the url.