net.jot.web.views
Class JOTBuiltinTemplates
java.lang.Object
net.jot.web.views.JOTBuiltinTemplates
public class JOTBuiltinTemplates
- extends java.lang.Object
1 liner templates are generated using the "main" here from the templates in the "templates" folder
Those are just some JOT default/failover templates used when the user did not defined his own.
- Author:
- thibautc
|
Method Summary |
static void |
main(java.lang.String[] args)
Used to transform the templates from the template folder into code 1 liners. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FILEMANAGER_TEMPLATE
public static final java.lang.String FILEMANAGER_TEMPLATE
- See Also:
- Constant Field Values
FORBIDDEN_TEMPLATE
public static final java.lang.String FORBIDDEN_TEMPLATE
- See Also:
- Constant Field Values
ERROR_TEMPLATE
public static final java.lang.String ERROR_TEMPLATE
- See Also:
- Constant Field Values
JOTBuiltinTemplates
public JOTBuiltinTemplates()
main
public static void main(java.lang.String[] args)
throws java.lang.Exception
- Used to transform the templates from the template folder into code 1 liners.
- Parameters:
args -
- Throws:
java.lang.Exception