Example usage for org.apache.commons.jelly TagLibrary subclass-usage

List of usage examples for org.apache.commons.jelly TagLibrary subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.jelly TagLibrary subclass-usage.

Usage

From source file org.codehaus.nanning.jelly.AspectTagLibrary.java

/**
 * TODO document AspectTagLibrary
 *
 * <!-- $Id: AspectTagLibrary.java,v 1.1 2003-07-04 10:53:57 lecando Exp $ -->
 *
 * @author $Author: lecando $

From source file com.cyclopsgroup.waterview.utils.TagLibrary.java

/**
 * Clib tag library
 * 
 * @author <a href="mailto:jiaqi.guo@gmail.com">Jiaqi Guo </a>
 */
public class TagLibrary extends org.apache.commons.jelly.TagLibrary {

From source file com.cyclopsgroup.waterview.navigator.impl.NavigatorTagLibrary.java

/**
 * @author <a href="mailto:jiaqi.guo@gmail.com">Jiaqi Guo</a>
 *
 * Tag library for navigation
 */
public class NavigatorTagLibrary extends TagLibrary {

From source file org.apache.cactus.integration.maven.CactusTagLibrary.java

/**
 * Maven tag library for use in Jelly scripts.
 *
 * @version $Id: CactusTagLibrary.java 238815 2004-02-29 16:34:44Z vmassol $
 */
public class CactusTagLibrary extends TagLibrary {