Uses of Interface
org.melati.template.MarkupLanguage

Packages that use MarkupLanguage
org.melati

See melati.org

org.melati.admin A Melati Database Administration System. 
org.melati.template Using Templates to render Objects to output formats. 
 

Uses of MarkupLanguage in org.melati
 

Methods in org.melati that return MarkupLanguage
 MarkupLanguage Melati.getMarkupLanguage()
          Get a MarkupLanguage for use generating output from templates.
 

Methods in org.melati with parameters of type MarkupLanguage
 void Melati.setMarkupLanguage(MarkupLanguage ml)
          Use this method if you wish to use a different MarkupLanguage, WMLMarkupLanguage for example.
 

Uses of MarkupLanguage in org.melati.admin
 

Methods in org.melati.admin with parameters of type MarkupLanguage
 String AdminSpecialised.adminHandle(Melati melati, MarkupLanguage markupLanguage)
          Perform the specialised function and return the name of the template presenting the results.
 String AdminSpecialised.adminSpecialFacilities(Melati melati, MarkupLanguage markupLanguage)
          Returns the name of a templet which provides access to the specialised functionality.
 String AdminUtils.specialFacilities(Melati melati, MarkupLanguage ml, Persistent object)
          Render the specials directly to the output.
 

Uses of MarkupLanguage in org.melati.template
 

Subinterfaces of MarkupLanguage in org.melati.template
 interface AttributeMarkupLanguage
          A MarkupLanguage suitable for markup within an attribute tag.
 

Classes in org.melati.template that implement MarkupLanguage
 class AbstractMarkupLanguage
          MarkupLanguage provides a variety of methods for rendering objects in a template.
 class HTMLAttributeMarkupLanguage
          An HTML based markup language suitable for markup within an attribute tag.
 class HTMLLikeMarkupLanguage
          A Markup language with syntax similar to HTML.
 class HTMLMarkupLanguage
          A representation of HTML.
 class WMLAttributeMarkupLanguage
          A WML based markup language suitable for markup within an attribute tag.
 class WMLMarkupLanguage
          A representation of WML.
 class XMLAttributeMarkupLanguage
          A XML based markup language suitable for markup within an attribute tag.
 class XMLMarkupLanguage
          A representation of XML.
 

Methods in org.melati.template with parameters of type MarkupLanguage
 Template ClassNameTempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, Class<?> clazz)
          Get a templet for a class.
 Template TempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, Class<?> clazz)
          Return a templet for a given class, looking for a template with the same name as the class in the Melati templet directory; giving a full template path as: org/melati/template/TEMPLATE_ENGINE_NAME/MARKUP_LANGUAGE/java.lang.Object.wm which is the lowest possible template and is always found.
 Template ClassNameTempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, FieldAttributes attributes)
          Get a templet either from the classname concatenated with FieldAttributes.RenederInfo or the class name.
 Template TempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, FieldAttributes attributes)
          Return a templet to render a Field.
 Template ClassNameTempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, String name)
          Get a templet by its name, looking only in the templets directory.
 Template TempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, String templetName)
          Return a templet by name.
 Template ClassNameTempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, String purpose, Class<?> clazz)
          Get a templet based upon class name and optional purpose, looking in the templets directory and also the classpath.
 Template TempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, String purpose, Class<?> clazz)
          Return a templet by Class and Purpose.
 Template ClassNameTempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, String purpose, String name)
          Get a templet by name, with optional purpose.
 Template TempletLoader.templet(TemplateEngine templateEngine, MarkupLanguage markupLanguage, String purpose, String templetName)
          Return a templet by name and purpose.
protected static String ClassNameTempletLoader.templetsPath(TemplateEngine templateEngine, MarkupLanguage markupLanguage)
           
protected static String ClassNameTempletLoader.templetsTempletPath(TemplateEngine templateEngine, MarkupLanguage markupLanguage, String purpose, String name)
           
 



Copyright © 2000-2010 PanEris. All Rights Reserved.