|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jp.protection.priv.pro.integration.TemplateUtil
public class TemplateUtil
Utility class that allows expanding of the templates by replacing macros in the template's text by the actual values
| Constructor Summary | |
|---|---|
TemplateUtil()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
processTemplate(java.util.Map anArguments,
java.lang.String aTemplate,
Product aProduct)
Expands template by replacing macros in the template's text by properties of specified objects. |
static java.lang.String |
processTemplate(java.util.Map anArguments,
java.lang.String aTemplate,
Product aProduct,
dev.entities.Customer aCustomer)
Expands template by replacing macros in the template's text by properties of specified objects. |
static java.lang.String |
processTemplate(java.util.Map anArguments,
java.lang.String aTemplate,
Product aProduct,
dev.entities.Customer aCustomer,
LicenseBase aLicense)
Expands template by replacing macros in the template's text by properties of specified objects |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TemplateUtil()
| Method Detail |
|---|
public static java.lang.String processTemplate(java.util.Map anArguments,
java.lang.String aTemplate,
Product aProduct,
dev.entities.Customer aCustomer,
LicenseBase aLicense)
anArguments - optional arguments need to be used in the templateaTemplate - templates textaProduct - product informationaCustomer - customer informationaLicense - license information
public static java.lang.String processTemplate(java.util.Map anArguments,
java.lang.String aTemplate,
Product aProduct,
dev.entities.Customer aCustomer)
anArguments - optional arguments need to be used in the templateaTemplate - templates textaProduct - product informationaCustomer - customer information
public static java.lang.String processTemplate(java.util.Map anArguments,
java.lang.String aTemplate,
Product aProduct)
anArguments - optional arguments need to be used in the templateaTemplate - templates textaProduct - product information
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||