org.melati.template
Class HTMLMarkupLanguage

Package class diagram package HTMLMarkupLanguage
java.lang.Object
  extended by org.melati.template.AbstractMarkupLanguage
      extended by org.melati.template.HTMLLikeMarkupLanguage
          extended by org.melati.template.HTMLMarkupLanguage
All Implemented Interfaces:
MarkupLanguage
Direct Known Subclasses:
HTMLAttributeMarkupLanguage

public class HTMLMarkupLanguage
extends HTMLLikeMarkupLanguage
implements MarkupLanguage

A representation of HTML.


Field Summary
 
Fields inherited from class org.melati.template.AbstractMarkupLanguage
DATE_FIELD_POSSIBILITIES_LIMIT, FIELD_POSSIBILITIES_LIMIT, locale, melati, templetLoader
 
Constructor Summary
  HTMLMarkupLanguage(Melati melati, TempletLoader templetLoader, PoemLocale locale)
          Constructor.
protected HTMLMarkupLanguage(String name, HTMLMarkupLanguage other)
          Constructor given another ML.
 
Method Summary
 AttributeMarkupLanguage getAttr()
          Get an appropriate markup language to render attributes.
 
Methods inherited from class org.melati.template.HTMLLikeMarkupLanguage
decoded, encoded, escaped, escaped, render, renderMarkup
 
Methods inherited from class org.melati.template.AbstractMarkupLanguage
expandTemplet, getName, input, input, inputAs, render, render, render, render, render, rendered, rendered, rendered, rendered, renderedMarkup, renderedStart, renderStart, searchInput, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.melati.template.MarkupLanguage
decoded, encoded, escaped, escaped, getName, input, inputAs, rendered, rendered, rendered, rendered, renderedMarkup, renderedStart, searchInput
 

Constructor Detail

HTMLMarkupLanguage

public HTMLMarkupLanguage(Melati melati,
                          TempletLoader templetLoader,
                          PoemLocale locale)
Constructor.


HTMLMarkupLanguage

protected HTMLMarkupLanguage(String name,
                             HTMLMarkupLanguage other)
Constructor given another ML.

Method Detail

getAttr

public AttributeMarkupLanguage getAttr()
Get an appropriate markup language to render attributes. See org/melati/admin/EditHeader.wm See org/melati/admin/PrimarySelect.wm

Specified by:
getAttr in interface MarkupLanguage
Returns:
the AttributeMarkupLanguage to use for rendering attributes.


Copyright © 2000-2010 PanEris. All Rights Reserved.