wt.tools.xref
Interface WriteHtmlInterface

All Known Implementing Classes:
Field, Method

public interface WriteHtmlInterface

Classes that implement this interface implement methods that simplify the task of producing HTML in the Html generator classes (HtmlGen & WhereUsedHtmlGen).


Method Summary
 String toFileName()
          This method should produce a unique filename for the instance.
 String toHrefDisplayString()
          This method should a string that can be displayed in an statement.
 

Method Detail

toFileName

public String toFileName()
This method should produce a unique filename for the instance. As of this writing, this method is mainly used in creating html links like: toHrefDisplayString()


toHrefDisplayString

public String toHrefDisplayString()
This method should a string that can be displayed in an statement. As of this writing, this method is mainly used in creating html links like: toHrefDisplayString()