JTools

org.jtools.tmpl.destLanguage
Class Html

java.lang.Object
  extended by org.jtools.tmpl.destLanguage.Html
All Implemented Interfaces:
DestLanguage

public class Html
extends Object
implements DestLanguage


Constructor Summary
Html()
           
 
Method Summary
 String getCommentLineEnd()
          gets the tag that indicates the end of a line comment in this dest language.
 String getCommentLineStart()
          gets the tag that indicates the start of a line comment in this dest language.
 String getName()
          gets the name of this dest language.
 String getTmplLanguageName()
          gets the name of this dest language's default tmpl language name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Html

public Html()
Method Detail

getName

public String getName()
Description copied from interface: DestLanguage
gets the name of this dest language.

Specified by:
getName in interface DestLanguage
Returns:
unique name of this dest language.

getTmplLanguageName

public String getTmplLanguageName()
Description copied from interface: DestLanguage
gets the name of this dest language's default tmpl language name.

Specified by:
getTmplLanguageName in interface DestLanguage
Returns:
name of this dest language's default tmpl language name or null if not specified.

getCommentLineStart

public String getCommentLineStart()
Description copied from interface: DestLanguage
gets the tag that indicates the start of a line comment in this dest language.

Specified by:
getCommentLineStart in interface DestLanguage
Returns:
tag that indicates the start of a line comment in this dest language or null if this dest language does not support comments.

getCommentLineEnd

public String getCommentLineEnd()
Description copied from interface: DestLanguage
gets the tag that indicates the end of a line comment in this dest language.

Specified by:
getCommentLineEnd in interface DestLanguage
Returns:
tag that indicates the end of a line comment in this dest language or null if either this dest language does not support comments or an endtag is not required ('real' line comment).

JTools

© 2000-2006, JTools.org.