Example usage for javax.servlet.jsp.tagext SimpleTag interface-usage

List of usage examples for javax.servlet.jsp.tagext SimpleTag interface-usage

Introduction

In this page you can find the example usage for javax.servlet.jsp.tagext SimpleTag interface-usage.

Usage

From source file com.geemvc.taglib.GeemvcTagSupport.java

public class GeemvcTagSupport implements SimpleTag {
    protected String tagName = null;

    protected boolean hasTagBody;

    protected Map<String, Object> dynamicAttributes = new LinkedHashMap<>();