Java org.apache.commons.jelly TagSupport fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.jelly TagSupport fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.jelly TagSupport.

The text is from its open source code.

Subclass

org.apache.commons.jelly.TagSupport has subclasses.
Click this link to see all its subclasses.

Method

TagfindAncestorWithClass(Tag from, Class tagClass)
Searches up the parent hierarchy from the given tag for a Tag of the given type
TagfindAncestorWithClass(Tag from, Collection tagClasses)
Searches up the parent hierarchy from the given tag for a Tag matching one or more of given types.
TagfindAncestorWithClass(Tag from, Class[] tagClasses)
Searches up the parent hierarchy from the given tag for a Tag matching one or more of given types.