Serialized Form
-
Package play.template2
-
Class play.template2.GTTemplateLocation
class GTTemplateLocation extends Object implements Serializable-
Serialized Fields
-
relativePath
String relativePath
correct relative path in the app-context
-
-
-
Class play.template2.GTTemplateLocationReal
class GTTemplateLocationReal extends GTTemplateLocation implements Serializable-
Serialized Fields
-
realFileURL
URL realFileURL
-
-
-
Class play.template2.GTTemplateLocationWithEmbeddedSource
class GTTemplateLocationWithEmbeddedSource extends GTTemplateLocation implements Serializable-
Serialized Fields
-
source
String source
-
-
-
-
Package play.template2.exceptions
-
Exception play.template2.exceptions.GTAppClassException
class GTAppClassException extends GTException implements Serializable-
Serialized Fields
-
className
String className
-
lineNo
int lineNo
-
-
-
Exception play.template2.exceptions.GTCompilationException
class GTCompilationException extends GTException implements Serializable -
Exception play.template2.exceptions.GTCompilationExceptionWithSourceInfo
class GTCompilationExceptionWithSourceInfo extends GTCompilationException implements Serializable-
Serialized Fields
-
oneBasedLineNo
int oneBasedLineNo
-
specialMessage
String specialMessage
-
templateLocation
GTTemplateLocation templateLocation
-
-
-
Exception play.template2.exceptions.GTException
class GTException extends RuntimeException implements Serializable -
Exception play.template2.exceptions.GTRuntimeException
class GTRuntimeException extends GTException implements Serializable -
Exception play.template2.exceptions.GTRuntimeExceptionWithSourceInfo
class GTRuntimeExceptionWithSourceInfo extends GTRuntimeException implements Serializable-
Serialized Fields
-
lineNo
int lineNo
-
templateLocation
GTTemplateLocation templateLocation
-
-
-
Exception play.template2.exceptions.GTTemplateNotFound
class GTTemplateNotFound extends GTException implements Serializable-
Serialized Fields
-
queryPath
String queryPath
-
-
-
Exception play.template2.exceptions.GTTemplateNotFoundWithSourceInfo
class GTTemplateNotFoundWithSourceInfo extends GTTemplateNotFound implements Serializable-
Serialized Fields
-
lineNo
int lineNo
-
templateLocation
GTTemplateLocation templateLocation
-
-
-
Exception play.template2.exceptions.GTTemplateRuntimeException
class GTTemplateRuntimeException extends GTException implements Serializable
-
-
Package play.template2.legacy
-
Class play.template2.legacy.GTContentRendererFakeClosure
class GTContentRendererFakeClosure extends groovy.lang.Closure implements Serializable-
Serialized Fields
-
contentRenderer
GTContentRenderer contentRenderer
-
template
GTJavaBase template
-
-
-