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

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

Introduction

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

The text is from its open source code.

Method

voidaddAttribute(String name, Expression expression)
Add an initialization attribute for the tag.
voidrun(JellyContext context, XMLOutput output)
Evaluates the body of a tag
voidsetTagBody(Script tagBody)
Sets the tagBody.