
com.nfwork.dbfound.web.ui.Menu Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dbfound Show documentation
Show all versions of dbfound Show documentation
dbfound development platform
package com.nfwork.dbfound.web.ui;
import java.io.Writer;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.jsp.JspException;
import javax.servlet.jsp.JspTagException;
import javax.servlet.jsp.JspWriter;
import javax.servlet.jsp.tagext.TagSupport;
import com.nfwork.dbfound.util.LogUtil;
import freemarker.template.Configuration;
import freemarker.template.Template;
public class Menu extends TagSupport {
private static final long serialVersionUID = 1L;
private String templateName = "menu.ftl";
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy