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

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

Introduction

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

Usage

From source file org.shredzone.commons.taglib.proxy.AbstractTagProxy.java

/**
 * An abstract TagProxy implementation that offers all basic methods.
 *
 * @author Richard "Shred" Krber
 */
public abstract class AbstractTagProxy<T extends JspTag> implements JspTag, ProxiedTag<T> {