|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
IAttrProcessor
returning empty
sets for all of the interface's methods and allowing easy access to internationalization
features by providing methods for obtaining both template messages and
processor messages.IContext
implementations, providing some of the
features required to implement this interface.IContextExecutionInfo
implementations, providing some of the
features required to implement this interface.IDialect
that returns empty
sets for all dialect components.IMessageResolver
interface.ITagProcessor
returning empty
sets for all of the interface's methods and allowing easy access to internationalization
features by providing methods for obtaining both template messages and
processor messages.IDialect
that returns empty
sets for all dialect components except for the DOCTYPE resolution entries, which
return a set of standard DTD definitions for XHTML 1.0, XHTML 1.1 and HTML5.ITemplateResolutionValidity
that considers the template resolution to be always cacheable
and always valid.IContextExecutionInfo
to be added
to the context as the execInfo variable.
IResourceResolver
that resolves
resources as classloader resources:ITemplateResolver
that extends TemplateResolver
and uses a ClassLoaderResourceResolver
for resource resolution.IContext
.IContextExecutionInfo
interface.IResourceResolver
that resolves
resources as files in the filesystem:ITemplateResolver
that extends TemplateResolver
and uses a FileResourceResolver
for resource resolution.VariablesMap
object with all the attributes associated
with the ServletContext
object linked to the
HttpServletRequest
used for creating the context.
TemplateResolution.getValidity()
instead. Will be removed in 1.0.0-beta7
AbstractAttrProcessor.getMessageForTemplate(Arguments, TemplateResolution, String, Object[])
) and,
if not found, as a processor message (see AbstractAttrProcessor.getMessageForProcessor(Arguments, String, Object[])
.
AbstractTagProcessor.getMessageForTemplate(Arguments, TemplateResolution, String, Object[])
) and,
if not found, as a processor message (see AbstractTagProcessor.getMessageForProcessor(Arguments, String, Object[])
.
VariablesMap
object with all the attributes associated
with the HttpServletRequest
used for creating the context.
VariablesMap
object with all the parameters associated
with the HttpServletRequest
used for creating the context.
TemplateResolution.getResourceName()
).
IResourceResolver
) that will
be used to resolve the resource names that are assigned to templates resolved
by this template resolver.
Arguments.getSelectionTarget()
, and raises an
exception if there isn't any.
ServletContext
object associated with the
web application.
VariablesMap
object with all the attributes associated
with the HttpSession
object linked to the
HttpServletRequest
used for creating the context.
VariablesMap
object containing the variables that will be
available for the execution of expressions inside templates.
IContext
implementations.TemplateResolution.getValidity()
instead. Will be removed in 1.0.0-beta7
IContext
for implementations that can be
used for creating HTML/XHTML interfaces in web applications.ITemplateResolutionValidity
that considers the template resolution to be non-cacheable.MessageResolution
object.
IResourceResolver
that resolves
resources as servlet context resources:ITemplateResolver
that extends TemplateResolver
and uses a ServletContextResourceResolver
for resource resolution.ClassLoaderResourceResolver
.
FileResourceResolver
.
ServletContextResourceResolver
.
TemplateResolution
results.
UrlResourceResolver
.
IDialect
.IMessageResolver
.ITemplateResolver
.ITemplateResolutionValidity
that uses a TTL (time-to-live) expressed in milliseconds to
compute the validity of template cache entries.IResourceResolver
that resolves
resources as URLs:ITemplateResolver
that extends TemplateResolver
and uses a UrlResourceResolver
for resource resolution.Map
interface that
will be used for containing context variables in IContext
implementations.IWebContext
interface.IContextExecutionInfo
interface, for
web contexts.
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |