public class URLDecodeMethod extends BaseTemplateProcessorExtension implements freemarker.template.TemplateMethodModelEx
Decodes a URL encoded string. The empty string is returned for invalid input values.
Usage: urldecode(String s)
| Constructor and Description |
|---|
URLDecodeMethod() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
exec(java.util.List args) |
getTemplateImageResolver, setTemplateImageResolvergetExtensionName, register, setExtensionName, setProcessorpublic java.lang.Object exec(java.util.List args)
throws freemarker.template.TemplateModelException
exec in interface freemarker.template.TemplateMethodModelexec in interface freemarker.template.TemplateMethodModelExfreemarker.template.TemplateModelExceptionTemplateMethodModel.exec(java.util.List)Copyright © 2005 - 2013 Alfresco Software, Inc. All Rights Reserved.