@Deprecated
public class Template
extends net.cnri.util.Template
Constructor and Description |
---|
Template()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
subDictIntoFile(java.io.File file,
java.util.Map dict)
Deprecated.
|
static java.lang.String |
subDictIntoFile(java.lang.String filename,
java.util.Map dict)
Deprecated.
|
static java.lang.String |
subDictIntoStream(java.io.InputStream in,
java.util.Map dict)
Deprecated.
|
static java.lang.String |
subDictIntoString(java.lang.String str,
java.util.Map dict)
Deprecated.
|
public static java.lang.String subDictIntoFile(java.lang.String filename, java.util.Map dict) throws java.io.IOException, net.handle.apps.admin_servlets.TemplateException
java.io.IOException
net.handle.apps.admin_servlets.TemplateException
public static java.lang.String subDictIntoFile(java.io.File file, java.util.Map dict) throws java.io.IOException, net.handle.apps.admin_servlets.TemplateException
java.io.IOException
net.handle.apps.admin_servlets.TemplateException
public static java.lang.String subDictIntoStream(java.io.InputStream in, java.util.Map dict) throws java.io.IOException, net.handle.apps.admin_servlets.TemplateException
java.io.IOException
net.handle.apps.admin_servlets.TemplateException
public static java.lang.String subDictIntoString(java.lang.String str, java.util.Map dict) throws net.handle.apps.admin_servlets.TemplateException
net.handle.apps.admin_servlets.TemplateException