| java.lang.Object org.ofbiz.content.webapp.ftl.RenderSubContentTransform
RenderSubContentTransform | public class RenderSubContentTransform implements TemplateTransformModel(Code) | | RenderSubContentTransform - Freemarker Transform for Content rendering
author: Al Byers version: $Revision: 1.5 $ since: 3.0 since: This transform cannot be called recursively (at this time). |
getArg | public static String getArg(Map args, String key, Environment env)(Code) | | Does a conditional search to return a value for a parameter with the passed name. Looks first to see if it was passed as an argument to the transform.
Secondly, it looks to see if it is passed as a parameter in the template context object.
Note that this is different from the getArg method of EditRenderDataResourceTransform, which checks the request object instead of the template context
object.
|
|
|