API Overview API Index Direct link to this page
JavaOnTracks 0.1.2
  Package: net.jot.web.views
Author(s)
Since
Version
Serial
Description
  This provides basic view implementations that be used as-is or extended to create your own view.
See also:   
JOTBuiltinTemplates View Source 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 View Source Standard error page View, leave as-is to use the bultin template, or cuse with yor own template.
JOTExampleWidgetPage View Source
JOTForbiddenView View Source Default forbidden error page using builtin template
JOTGeneratedFormView View Source Generic form display View for generatedForm using the builtin form template.
JOTGenericFileBrowserView View Source This is the generic/default implementation of a fileManager view.
JOTLazyView View Source Provides a plain, empty View.
JOTLightweightView View Source This is a lightweight view object, which is decoupled from the webcontainer whereas JOTVIew is tightly coupled.
JOTMessageView View Source 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.
JOTPageBuilderView View Source
Generated By: JavaOnTracks Doclet 0.1.5     ©Thibaut Colar