Uses of Interface
sunlabs.brazil.template.TemplateInterface
-
Packages that use TemplateInterface Package Description 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 Modifier and Type Class Description classAsteriskAGIHandlerFAGI (fast AGI) handler and template for Asterisk.classAsteriskHandlerConnect to asterisk manager api. -
Uses of TemplateInterface in sunlabs.brazil.handler
Classes in sunlabs.brazil.handler that implement TemplateInterface Modifier and Type Class Description classSMTPHandlerHandler (or template) for Sending an email message via SMTP. -
Uses of TemplateInterface in sunlabs.brazil.sunlabs
Classes in sunlabs.brazil.sunlabs that implement TemplateInterface Modifier and Type Class Description classAfterTemplateTemplate for running markup after a while.classDateTemplateTemplate for doing date and time calculations and formatting.classDelayHandlerHandler or template for adding a delay into a response.classDigestTemplateCompute the Base64 encoded SHA1 digest of a value (so I don't have to store plain text passwords).classExecTemplatetemplate to exec a program, and return its arguments into request properties .classExpContentTemplateAllow extracted content to be filtered through regular expressions.classFetchTemplateTemplate class for substituting html pages into an html page.classFormHelpTemplateTemplate class for adding field help to the FormTemplate.classIdUniquificationTemplateTemplate to assign div and span id's that are unique for each browser window.classListTemplateManage lists of strings in a (hopefully) useful way.classLockTemplateTemplate to lock a resource.classMiscTemplateTemplate for misc string manipulation functions.classPlainTemplateTemplate to turn all markup between <plain> and </plain> into ordinary text, by escaping all HTML markup.classRemoteHostTemplateReturn the remote host name associated with this request.classSnarfTemplateTemplate class for extracting content out of <snarf property=xxx> ...classSourceTemplateTemplate class for incorporating the content of a local file into the current document.classSubstAllTemplateTemplate to substitute ${...} for the value of name/value attribute pairs of all html tags that aren't otherwise accounted for by other templates.classTitleTemplateTemplate to look up "title" attributes in a database, and rewrite them.classValidateTemplateTheValidateTemplateis designed to validate HTML forms.classXmlTreeTemplateManage a tree representation of an XML document. -
Uses of TemplateInterface in sunlabs.brazil.template
Classes in sunlabs.brazil.template that implement TemplateInterface Modifier and Type Class Description classAddHeaderTemplateTemplate class for adding arbitrary mime headers to a reply.classAllowGtTemplateTemplate that changes the behavior of the HTML/XML parser to allow unescaped >'s inside of entity attribute values.classBSLTemplateTheBSLTemplatetakes an HTML document with embedded "BSL" markup tags in it and evaluates those special tags to produce a standard HTML document.classChangedTemplateThisTemplateadds an icon to HREFs to indicate when the file being referred to is new, changed, or unchanged with respect to the user's session.classContentTemplateTemplate class for extracting content out of remote html pages.classDebugTemplateTemplate class for printing stuff to stderr (for template debugging).classDeCommentTemplateTemplate class for removing comments from html pages.classDirectoryTemplatePut current directory information (based on the URL) into the request properties.classFormClientTemplate[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.classFormTemplateTemplate class for substituting default values into html forms.classHighlightTemplateTemplate class for highlighting text that matches a regular expression.classIncludeTemplateConvert the html tag "include" in to text for an included html page.classMacroTemplateTemplate class for defining macros.classModifiedTemplateTemplate class for computinglast-modifiedtimes for content that is processed through templates.classMultipartSetTemplateVersion of the SetTemplate that reflects form/multipart data in Request.props.classNoImageTemplateSample template class for removing all images from a web page, and replacing them with their alt strings.classPropsTemplate[Deprecated, use the the SetTemplate.]
Template class for substituting request properties into an HTML page.classQueueTemplateTemplate class for Managing simple Queues, allowing text communication among sessions.classRedirectTemplate[Deprecated, use the AddHeaderTemplate instead.]
Template class for redirecting an html page This class is used by the TemplateHandlerclassScriptEvalTemplateTemplate class for performing ${...} substitutions inside javascript and style tags.classSetTemplateTemplate (and handler) class for setting and getting values to and from the current (or other) request context.classTemplateclassTemplateTemplateTemplate class for processing markup through a sequence of template filters.classTOCTemplateTemplate 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.classUrlNavBarTemplateTemplate class for dynamically generating a navigation bar by looking at portions of the url.
-