Java javax.servlet.jsp.tagext TagAdapter fields, constructors, methods, implement or subclass

Example usage for Java javax.servlet.jsp.tagext TagAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.servlet.jsp.tagext TagAdapter.

The text is from its open source code.

Constructor

TagAdapter(SimpleTag adaptee)
Creates a new TagAdapter that wraps the given SimpleTag and returns the parent tag when getParent() is called.