com.retek.rcom.gui.html
Class HtmlTemplate
java.lang.Object
com.retek.rcom.gui.html.HtmlTemplate
- Direct Known Subclasses:
- OrderLineHtmlTemplate, OrderTotalHtmlTemplate, PaymentHtmlTemplate, PaymentLineHtmlTemplate, ReturnTotalHtmlTemplate, ServiceLineHtmlTemplate, ShipToHtmlTemplate, SummaryHtmlTemplate
- public class HtmlTemplate
- extends java.lang.Object
The superclass of all HTML templates, this contains generic methods for setting tag
masks and assigning tag values. It loops through all the contents of the template and
replaces the tags with the proper values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HtmlTemplate
public HtmlTemplate(java.lang.String name)
setTagValue
public void setTagValue(java.lang.String tagName,
java.lang.String value)
setTagValue
public void setTagValue(java.lang.String tagName,
java.lang.Object value)
setTagMask
public void setTagMask(java.lang.String tagName,
Mask mask)
getHtmlString
public java.lang.String getHtmlString()
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28