|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
TemplateModel interfaces.TemplateBooleanModel.TRUE or
TemplateBooleanModel.FALSE.
TemplateCollectionModel
and TemplateSequenceModel interfaces.TemplateHashModel
interface allowing calls to arbitrary property getters and invocation of
accessible methods on the object from a template using the
object.foo to access properties and object.bar(arg1, arg2) to
invoke methods on it.ObjectWrapper.SIMPLE_WRAPPER, but
exposes the objects methods and JavaBeans properties as hash elements
and custom handling for Java Maps, ResourceBundles, etc.
BigDecimal and
then operates on them.
Boolean into a
TemplateBooleanModel.<assign x>...</assign>.TemplateLoader that uses streams reachable through
Class.getResourceAsStream(String) as its source of templates.ClassTemplateLoader.ClassTemplateLoader(Class, String) instead.
"";
use ClassTemplateLoader.ClassTemplateLoader(Class, String) instead.
Class.getResource(String) method
of the specified class to load the resources, and the specified base path (absolute or relative).
TemplateCache.getTemplate(String, Locale, String, boolean)
calls.
getTemplate calls.
BigDecimals in the passed array to the type of
the corresponding formal argument of the method.
BigDecimals in the passed array to the type of
the corresponding formal argument of the method.
BeanModel that can wrap Java collections
and that implements the TemplateCollectionModel in order to be usable
in a <foreach> block.Configuration,
Template, and Environment classes.TemplateModel values.CustomAttribute.get() is invoked without
CustomAttribute.set(Object) being invoked before it to define the value in the
current scope.
FreemarkerServlet.init() to create the
FreeMarker configuration object that this servlet will use
for template loading.
FreemarkerServlet.init() to create the
FreeMarker object wrapper object that this servlet will use
for adapting request, session, and servlet context attributes into
template models..
Environment object,
using this template, the data model provided as the root map object, and
the supplied object wrapper to convert map elements to template models.
createProcessingEnvironment(rootMap, out, null).
Date into a reflective model.Environment object in the remote VM.Configuration.getTemplate(String, Locale) call.
TemplateModel-s.TransformControl.afterBody() that tells the
template engine to end the transform and close the writer.
TemplateModelIterator functionality to the
Enumeration interface implementers.TransformControl.onStart() that tells the
template engine to evaluate the body.
TemplateLoader that uses files in a specified directory as the
source of templates.user.dir as the base
directory for loading templates.
Class.forName(java.lang.String), but attempts to load
through the thread context class loader.
freemarker.template
package.PyObject.__findattr__(java.lang.String), then if it
returns null calls PyObject.__finditem__(java.lang.String).
PyObject.__finditem__(int).
Enumeration.hasMoreElements().
Iterator.hasNext().
PyObject.__nonzero__().
PyObject.__tojava__(java.lang.Class) with
Number.class as argument.
Object.toString() on the wrapped
object.
Object.toString().
Breakpoint objects.
Breakpoint objects for the specified
template.