Example usage for javax.servlet.jsp.tagext BodyTag interface-usage

List of usage examples for javax.servlet.jsp.tagext BodyTag interface-usage

Introduction

In this page you can find the example usage for javax.servlet.jsp.tagext BodyTag interface-usage.

Usage

From source file jp.co.golorp.emarf.tag.lib.BodyTagSupport.java

/**
 * ???<br>
 * taglib.body?
 *
 * @author oukuf@golorp
 */

From source file org.lanark.jsr303js.taglib.JSR303JSValidateTag.java

/**
 * Generates JavaScript validation code from JSR-303 validation constraint
 * annotations. The generated code requires a set of JavaScript objects to
 * have been placed into the page either by using the {@link JSR303JSCodebaseTag}
 * or by directly including the code from the file "jsr303js-codebase.js"
 * located in the top level of the jsr303js jar.

From source file com.sun.faces.taglib.BaseComponentBodyTag.java

/**
 * <B>BaseComponentTag</B> is a base class for most tags in the Faces Tag
 * library.  Its primary purpose is to centralize common tag functions
 * to a single base class. <P>
 */

From source file net.duckling.ddl.web.tag.ResourceNameTag.java

/**
 * ???
 * ? ??
 * @author zhonghui
 *
 */

From source file org.openmrs.module.web.taglib.ExtensionPointTag.java

/**
 * Extension point tag. Loops over all extensions defined for point "pointId". Makes the variable
 * "extension" Usage:
 *
 * <pre>
 *  &lt;openmrs:extensionPoint pointId=&quot;org.openmrs.cohortbuilder.links&quot; type=&quot;html&quot; varStatus=&quot;stat&quot;&gt;

From source file org.springmodules.validation.valang.javascript.taglib.ValangValidateTag.java

/**
 * Generates JavaScript validation code from a set valang validation
 * rules. The generated code requires a set of JavaScript objects to
 * have been placed into the page either by using the {@link ValangCodebaseTag}
 * or by directly including the code from the file "valang_codebase.js"
 * located in the org.springmodules.validation.valang.javascript package.

From source file eu.citadel.liferay.tag.SearchContainerColumnListTag.java

/**
 * @author ttrapanese
 */
public class SearchContainerColumnListTag<R> extends SearchContainerColumnTag implements BodyTag {

    public static final String ID_MAP_KEY = "xml_id_map_key";

From source file kr.co.skysoft.framework.taglib.JSR303JSValidateTag.java

/**
 * Generates JavaScript validation code from JSR-303 validation constraint
 * annotations. The generated code requires a set of JavaScript objects to
 * have been placed into the page either by using the {@link JSR303JSCodebaseTag}
 * or by directly including the code from the file "jsr303js-codebase.js"
 * located in the top level of the jsr303js jar.

From source file org.springmodules.validation.bean.annotation.javascript.taglib.BeanAnnotationValidateTag.java

/**
 * Generates JavaScript validation code from bean annotations The generated code requires a set of JavaScript objects to
 * have been placed into the page either by using the {@link ValangCodebaseTag} or by directly including the code from
 * the file "valang_codebase.js" located in the org.springmodules.validation.valang.javascript package.
 * <p/>
 * <p>

From source file cn.vlabs.duckling.vwb.tags.LinkTag.java

public class LinkTag extends VWBLinkTag implements ParamHandler, BodyTag {
    static final long serialVersionUID = 0L;

    private String m_version = null;
    private String m_class = null;
    private String m_style = null;