A E F G I L N P S T

A

at.newmedialab.ldpath.template.engine - package at.newmedialab.ldpath.template.engine
 
at.newmedialab.ldpath.template.model.freemarker - package at.newmedialab.ldpath.template.model.freemarker
 
at.newmedialab.ldpath.template.model.transformers - package at.newmedialab.ldpath.template.model.transformers
 
at.newmedialab.ldpath.template.util - package at.newmedialab.ldpath.template.util
 

E

empty() - Method in class at.newmedialab.ldpath.template.model.freemarker.TemplateStackModel
 
exec(List) - Method in class at.newmedialab.ldpath.template.engine.LDPathMethod
Executes a method call.
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class at.newmedialab.ldpath.template.engine.LDPathDirective
Executes this user-defined directive; called by FreeMarker when the user-defined directive is called in the template.
execute(Environment, Map, TemplateModel[], TemplateDirectiveBody) - Method in class at.newmedialab.ldpath.template.engine.NamespaceDirective
Executes this user-defined directive; called by FreeMarker when the user-defined directive is called in the template.

F

formatDate(Date) - Static method in class at.newmedialab.ldpath.template.util.FormatUtil
 
formatDateTime(Date) - Static method in class at.newmedialab.ldpath.template.util.FormatUtil
 
formatNumber(Number) - Static method in class at.newmedialab.ldpath.template.util.FormatUtil
 
formatTime(Date) - Static method in class at.newmedialab.ldpath.template.util.FormatUtil
 
FormatUtil - Class in at.newmedialab.ldpath.template.util
A utility class for formatting Java values when writing out the templating results.
FormatUtil() - Constructor for class at.newmedialab.ldpath.template.util.FormatUtil
 

G

get(String) - Method in class at.newmedialab.ldpath.template.model.freemarker.TemplateNodeModel
Gets a TemplateModel from the hash.
getAdaptedObject(Class) - Method in class at.newmedialab.ldpath.template.model.freemarker.TemplateNodeModel
Retrieves the underlying object, or some other object semantically equivalent to its value narrowed by the class hint.
getAdaptedObject(Class) - Method in class at.newmedialab.ldpath.template.model.freemarker.TemplateWrapperModel
Retrieves the underlying object, or some other object semantically equivalent to its value narrowed by the class hint.
getNode() - Method in class at.newmedialab.ldpath.template.model.freemarker.TemplateNodeModel
 

I

isEmpty() - Method in class at.newmedialab.ldpath.template.model.freemarker.TemplateNodeModel
 

L

LDPathDirective<Node> - Class in at.newmedialab.ldpath.template.engine
A directive for inserting values retrieved with LDPath.
LDPathDirective(RDFBackend<Node>) - Constructor for class at.newmedialab.ldpath.template.engine.LDPathDirective
 
LDPathMethod<Node> - Class in at.newmedialab.ldpath.template.engine
Add file description here!
LDPathMethod(RDFBackend<Node>) - Constructor for class at.newmedialab.ldpath.template.engine.LDPathMethod
 

N

NamespaceDirective - Class in at.newmedialab.ldpath.template.engine
Add file description here!
NamespaceDirective() - Constructor for class at.newmedialab.ldpath.template.engine.NamespaceDirective
 

P

peek() - Method in class at.newmedialab.ldpath.template.model.freemarker.TemplateStackModel
 
pop() - Method in class at.newmedialab.ldpath.template.model.freemarker.TemplateStackModel
 
processFileTemplate(Node, String, Writer) - Method in class at.newmedialab.ldpath.template.engine.TemplateEngine
Process the template with the given name forn the given context node and write the result to the given output writer.
processFileTemplate(Node, String, Map, Writer) - Method in class at.newmedialab.ldpath.template.engine.TemplateEngine
Process the template with the given name forn the given context node and write the result to the given output writer.
push(TemplateModel) - Method in class at.newmedialab.ldpath.template.model.freemarker.TemplateStackModel
 

S

setClassForTemplateLoading(Class, String) - Method in class at.newmedialab.ldpath.template.engine.TemplateEngine
 
setDirectoryForTemplateLoading(File) - Method in class at.newmedialab.ldpath.template.engine.TemplateEngine
 
setServletContextForTemplateLoading(Object, String) - Method in class at.newmedialab.ldpath.template.engine.TemplateEngine
 
setTemplateLoader(TemplateLoader) - Method in class at.newmedialab.ldpath.template.engine.TemplateEngine
Allow setting a different template loader.

T

TemplateBooleanTransformer<Node> - Class in at.newmedialab.ldpath.template.model.transformers
Transform a node into the freemarker boolean type (TemplateBooleanModel).
TemplateBooleanTransformer() - Constructor for class at.newmedialab.ldpath.template.model.transformers.TemplateBooleanTransformer
 
TemplateDateTransformer<Node> - Class in at.newmedialab.ldpath.template.model.transformers
Transform a node into the freemarker date type (TemplateDateModel).
TemplateDateTransformer() - Constructor for class at.newmedialab.ldpath.template.model.transformers.TemplateDateTransformer
 
TemplateDateTransformer(int) - Constructor for class at.newmedialab.ldpath.template.model.transformers.TemplateDateTransformer
 
TemplateDoubleTransformer<Node> - Class in at.newmedialab.ldpath.template.model.transformers
Transform a node into the freemarker double type (TemplateDoubleModel).
TemplateDoubleTransformer() - Constructor for class at.newmedialab.ldpath.template.model.transformers.TemplateDoubleTransformer
 
TemplateEngine<Node> - Class in at.newmedialab.ldpath.template.engine
Add file description here!
TemplateEngine(RDFBackend<Node>) - Constructor for class at.newmedialab.ldpath.template.engine.TemplateEngine
 
TemplateFloatTransformer<Node> - Class in at.newmedialab.ldpath.template.model.transformers
Transform a node into the freemarker float type (TemplateFloatModel).
TemplateFloatTransformer() - Constructor for class at.newmedialab.ldpath.template.model.transformers.TemplateFloatTransformer
 
TemplateIntegerTransformer<Node> - Class in at.newmedialab.ldpath.template.model.transformers
Transform a node into the freemarker integer type (TemplateNumberModel).
TemplateIntegerTransformer() - Constructor for class at.newmedialab.ldpath.template.model.transformers.TemplateIntegerTransformer
 
TemplateLongTransformer<Node> - Class in at.newmedialab.ldpath.template.model.transformers
Transform a node into the freemarker long type (TemplateNumberModel).
TemplateLongTransformer() - Constructor for class at.newmedialab.ldpath.template.model.transformers.TemplateLongTransformer
 
TemplateNodeModel<Node> - Class in at.newmedialab.ldpath.template.model.freemarker
A custom freemarker model to represent RDF nodes (implementation independent, generic)

Author: Sebastian Schaffert

TemplateNodeModel(Node, RDFBackend<Node>) - Constructor for class at.newmedialab.ldpath.template.model.freemarker.TemplateNodeModel
 
TemplateScalarTransformer<Node> - Class in at.newmedialab.ldpath.template.model.transformers
Transform a node into the freemarker string (scalar) type (TemplateScalarModel).
TemplateScalarTransformer() - Constructor for class at.newmedialab.ldpath.template.model.transformers.TemplateScalarTransformer
 
TemplateStackModel - Class in at.newmedialab.ldpath.template.model.freemarker
Add file description here!
TemplateStackModel() - Constructor for class at.newmedialab.ldpath.template.model.freemarker.TemplateStackModel
 
TemplateWrapperModel<T> - Class in at.newmedialab.ldpath.template.model.freemarker
Add file description here!
TemplateWrapperModel(T) - Constructor for class at.newmedialab.ldpath.template.model.freemarker.TemplateWrapperModel
 
transform(RDFBackend<Node>, Node) - Method in class at.newmedialab.ldpath.template.model.transformers.TemplateBooleanTransformer
Transform the KiWiNode node into the datatype T.
transform(RDFBackend<Node>, Node) - Method in class at.newmedialab.ldpath.template.model.transformers.TemplateDateTransformer
Transform the KiWiNode node into the datatype T.
transform(RDFBackend<Node>, Node) - Method in class at.newmedialab.ldpath.template.model.transformers.TemplateDoubleTransformer
Transform the KiWiNode node into the datatype T.
transform(RDFBackend<Node>, Node) - Method in class at.newmedialab.ldpath.template.model.transformers.TemplateFloatTransformer
Transform the KiWiNode node into the datatype T.
transform(RDFBackend<Node>, Node) - Method in class at.newmedialab.ldpath.template.model.transformers.TemplateIntegerTransformer
Transform the KiWiNode node into the datatype T.
transform(RDFBackend<Node>, Node) - Method in class at.newmedialab.ldpath.template.model.transformers.TemplateLongTransformer
Transform the KiWiNode node into the datatype T.
transform(RDFBackend<Node>, Node) - Method in class at.newmedialab.ldpath.template.model.transformers.TemplateScalarTransformer
Transform the KiWiNode node into the datatype T.

A E F G I L N P S T

Copyright © 2012 Salzburg Research. All Rights Reserved.