net.handle.util
Class Template

java.lang.Object
  extended by net.cnri.util.Template
      extended by net.handle.util.Template

Deprecated. Replaced by net.cnri.util.Template

@Deprecated
public class Template
extends net.cnri.util.Template


Constructor Summary
Template()
          Deprecated.  
 
Method Summary
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.  
 
Methods inherited from class net.cnri.util.Template
getMatchingBraceLocation, subDictIntoFile, subDictIntoFile, subDictIntoStream, subDictIntoString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Template

public Template()
Deprecated. 
Method Detail

subDictIntoFile

public static java.lang.String subDictIntoFile(java.lang.String filename,
                                               java.util.Map dict)
                                        throws java.io.IOException,
                                               net.handle.apps.admin_servlets.TemplateException
Deprecated. 
Throws:
java.io.IOException
net.handle.apps.admin_servlets.TemplateException

subDictIntoFile

public static java.lang.String subDictIntoFile(java.io.File file,
                                               java.util.Map dict)
                                        throws java.io.IOException,
                                               net.handle.apps.admin_servlets.TemplateException
Deprecated. 
Throws:
java.io.IOException
net.handle.apps.admin_servlets.TemplateException

subDictIntoStream

public static java.lang.String subDictIntoStream(java.io.InputStream in,
                                                 java.util.Map dict)
                                          throws java.io.IOException,
                                                 net.handle.apps.admin_servlets.TemplateException
Deprecated. 
Throws:
java.io.IOException
net.handle.apps.admin_servlets.TemplateException

subDictIntoString

public static java.lang.String subDictIntoString(java.lang.String str,
                                                 java.util.Map dict)
                                          throws net.handle.apps.admin_servlets.TemplateException
Deprecated. 
Throws:
net.handle.apps.admin_servlets.TemplateException