Interface | Description |
---|---|
Template |
A Template represents a resource that can be merged with
application context and output the result |
Class | Description |
---|---|
ActionViewVarDef | |
ImplicitVariableProvider |
Plugin developer could extend this interface to inject implicit variables to view template
|
ImplicitVariableProvider.TemplateVariableScanner | |
MailerViewVarDef | |
SystemImplicitVariableProvider |
Define system implicit variables
|
TemplateBase |
Base class for
Template implementations |
TemplatePathResolver |
Resolve template path for
ActContext |
VarDef |
Defines an implicit variable
|
View |
The base class that different View solution should extends
|
ViewManager |
Manage different view solutions
|
Exception | Description |
---|---|
ActBadRequest | |
ActConflict | |
ActErrorResult | |
ActForbidden | |
ActMethodNotAllowed | |
ActNotFound | |
ActNotImplemented | |
ActUnauthorized | |
FilteredRenderJSON |
An enhanced version of
RenderJSON that allows PropertySpec to be applied to control the output fields |
FilteredRenderXML |
An enhanced version of
RenderXML that allows PropertySpec to be applied to control the output fields |
RenderAny |
Render a template with template path and arguments provided by
ActionContext |
RenderCSV |
Render object as CSV
|
RenderJsonMap |
Render json Map using all
ActionContext.renderArgs() by ActionContext . |
RenderJwt |
Render JSON Web Token
|
RenderTemplate |
Render a template with template path and arguments provided by
ActionContext |
RythmTemplateException | |
TemplateException |
Base class for Template error
|
ZXingResult |
Annotation Type | Description |
---|---|
NoImplicitTemplateVariable |
If this annotation is presented on an action method and the action method will render a template, the template will by pass implicity template arguments setting.
|
ProvidesImplicitTemplateVariable |
If this annotation is presented on an method of any class, then that method will be treated as an
ImplicitVariableProvider . |
Template.NoCache |
Notify framework not to cache template for this handler method.
|
Copyright © 2014–2017 ActFramework. All rights reserved.