Package helma.scripting.rhino
Class HacHspConverter
- java.lang.Object
-
- helma.scripting.rhino.HacHspConverter
-
public class HacHspConverter extends java.lang.Object
Support for .hac (action) and .hsp (template) files
-
-
Constructor Summary
Constructors Constructor Description HacHspConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
convertHac(Resource action, java.lang.String encoding)
static java.lang.String
convertHsp(Resource template, java.lang.String encoding)
static java.lang.String
convertHspAsString(Resource template, java.lang.String encoding)
-
-
-
Method Detail
-
convertHac
public static java.lang.String convertHac(Resource action, java.lang.String encoding) throws java.io.IOException
- Throws:
java.io.IOException
-
convertHsp
public static java.lang.String convertHsp(Resource template, java.lang.String encoding) throws java.io.IOException
- Throws:
java.io.IOException
-
convertHspAsString
public static java.lang.String convertHspAsString(Resource template, java.lang.String encoding) throws java.io.IOException
- Throws:
java.io.IOException
-
-