net.jot.web.views
Class JOTBuiltinTemplates

java.lang.Object
  extended by 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

Field Summary
static java.lang.String ERROR_TEMPLATE
           
static java.lang.String FILEMANAGER_TEMPLATE
           
static java.lang.String FORBIDDEN_TEMPLATE
           
 
Constructor Summary
JOTBuiltinTemplates()
           
 
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
 

Field Detail

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
Constructor Detail

JOTBuiltinTemplates

public JOTBuiltinTemplates()
Method Detail

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