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

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

Introduction

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

Usage

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

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

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

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

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

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

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

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

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

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

From source file com.cyclopsgroup.waterview.core.taglib.DummyTag.java

/**
 * @author <a href="mailto:jiaqi.guo@gmail.com">Jiaqi Guo</a>
 * 
 * Simply invoke the body
 */
public class DummyTag extends TagSupport {

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

/**
 * @author <a href="mailto:jiaqi.guo@gmail.com">Jiaqi Guo</a>
 *
 * Navigation tag in navigation.xml
 */
public class NavigationTag extends TagSupport {

From source file com.cyclopsgroup.waterview.jelly.PageTag.java

/**
 * Root page tag
 * 
 * @author <a href="mailto:jiaqi.guo@gmail.com">Jiaqi Guo </a>
 */
public class PageTag extends TagSupport {

From source file com.cyclopsgroup.waterview.jelly.IncludeTag.java

/**
 * Include tag
 * 
 * @author <a href="mailto:jiaqi.guo@gmail.com">Jiaqi Guo </a>
 */
public class IncludeTag extends TagSupport {

From source file hudson.util.HyperlinkingOutTag.java

/**
 * Variant of {@linkplain OutTag <st:out>} that tries to hyperlink URLs.
 */
public class HyperlinkingOutTag extends TagSupport {

    private Expression value;