Class LoadPathDirective
java.lang.Object
ch.tocco.nice2.dms.impl.freemarker.LoadPathDirective
- All Implemented Interfaces:
Nice2TemplateDirective
,TemplateIdentifiers
,freemarker.template.TemplateDirectiveModel
,freemarker.template.TemplateModel
public class LoadPathDirective
extends Object
implements TemplateIdentifiers, Nice2TemplateDirective
This directive loads the HTTP path of a node.
Parameters:
* entity (required): The entity which represents the node.
* name (optional): The name of the variable to load the path to. If no name is passed, the path is printed.
* fieldName (optional): The name of the field if the given entity is not a resource entity
* public (optional): Set to true to enforce the absolute public path regardless of the current context
-
Nested Class Summary
Nested classes/interfaces inherited from interface ch.tocco.nice2.templating.api.freemarker.directives.TemplateIdentifiers
TemplateIdentifiers.Scope
-
Field Summary
Fields inherited from interface ch.tocco.nice2.templating.api.freemarker.directives.TemplateIdentifiers
BASEDATA_VAR, DELIMITER_PARAM, ENTITY_PARAM, INLINE_TEMPLATE, KEY, LIMIT_PARAM, LINE_END_PARAM, LINE_START_PARAM, NAME_PARAM, PATH_PARAM, PATHS_PARAM, PATTERN_PARAM, RECIPIENT_VAR, SCOPE_PARAM, SENDER_VAR, SINGLE_BASE_VAR, TARGET_VAR, VALUE_PARAM
Fields inherited from interface freemarker.template.TemplateModel
NOTHING
-
Constructor Summary
ConstructorDescriptionLoadPathDirective
(ContentTreeService contentTreeService, EntityDocumentsService entityDocumentsService, RequestService requestService) -
Method Summary
-
Constructor Details
-
LoadPathDirective
public LoadPathDirective(ContentTreeService contentTreeService, EntityDocumentsService entityDocumentsService, RequestService requestService)
-
-
Method Details
-
execute
public void execute(freemarker.core.Environment env, Map params, freemarker.template.TemplateModel[] loopVars, freemarker.template.TemplateDirectiveBody body) throws freemarker.template.TemplateException, IOException - Specified by:
execute
in interfacefreemarker.template.TemplateDirectiveModel
- Throws:
freemarker.template.TemplateException
IOException
-