Package org.apache.ofbiz.widget.renderer
Class MenuWrapTransform
- java.lang.Object
-
- org.apache.ofbiz.widget.renderer.MenuWrapTransform
-
- All Implemented Interfaces:
freemarker.template.TemplateModel
,freemarker.template.TemplateTransformModel
public class MenuWrapTransform extends java.lang.Object implements freemarker.template.TemplateTransformModel
MenuWrapTransform - a FreeMarker transform that allow the ModelMenu stuff to be used at the FM level. It can be used to add "function bars" to pages. Accepts the following arguments (all of which can alternatively be present in the template context):List<Map<String, ? extends Object>> globalNodeTrail
String contentAssocPredicateId
String nullThruDatesOnly
String subDataResourceTypeId
String renderOnStart
String renderOnClose
String menuDefFile
String menuName
String menuWrapperClassName
String associatedContentId
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
module
static java.lang.String[]
saveKeyNames
static java.lang.String[]
upSaveKeyNames
-
Constructor Summary
Constructors Constructor Description MenuWrapTransform()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.Writer
getWriter(java.io.Writer out, java.util.Map args)
-