Package net.jot.web.views

Class Summary
JOTBuiltinTemplates 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.
JOTErrorView Standard error page View, leave as-is to use the bultin template, or cuse with yor own template.
JOTForbiddenView Default forbidden error page using builtin template
JOTGeneratedFormView Generic form display View for generatedForm using the builtin form template.
JOTGenericFileBrowserView This is the generic/default implementation of a fileManager view.
JOTLazyView Provides a plain, empty View.
JOTMessageView Implements a simple/generic user message View The request should provide the attributes MESSAGE_TITLE,MESSAGE_TEXT,MESSAGE_LINK The view implementation will then use link,message and title and a template to render the message to the user.