Example usage for org.springframework.web.servlet.tags RequestContextAwareTag subclass-usage

List of usage examples for org.springframework.web.servlet.tags RequestContextAwareTag subclass-usage

Introduction

In this page you can find the example usage for org.springframework.web.servlet.tags RequestContextAwareTag subclass-usage.

Usage

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 com.jaspersoft.jasperserver.war.tags.BaseTagSupport.java

/**
 * @author Lucian Chirita
 *
 */
public abstract class BaseTagSupport extends RequestContextAwareTag {

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 org.kmnet.com.fw.web.pagination.PaginationTag.java

/**
 * JSP tag that provides pagination functionality<br>
 * <p>
 * </p>
 */
public class PaginationTag extends RequestContextAwareTag {

From source file org.terasoluna.gfw.web.pagination.PaginationTag.java

/**
 * JSP tag that provides pagination functionality<br>
 */
public class PaginationTag extends RequestContextAwareTag {

    /**

From source file org.terasoluna.gfw.web.message.MessagesPanelTag.java

/**
 * Tag for displaying messages in panel format in JSP page<br>
 * <p>
 * Creates display tag, converts the object which is set in {@code pageContext} to String and sets this string inside the tag <br>
 * This tag displays the contents of {@code org.terasoluna.gfw.common.message.ResultMessages} by default. However,
 * {@code String} or {@code List<string>} set in {@code Model} can also be displayed using this tag

From source file org.jasig.schedassist.web.VisibleScheduleTag.java

/**
 * JSP tag for rendering a {@link VisibleSchedule}.
 * 
 * @author Nicholas Blair, nblair@doit.wisc.edu
 * @version $Id: VisibleScheduleTag.java 2527 2010-09-10 19:25:38Z npblair $
 */

From source file org.jasig.schedassist.portlet.VisibleScheduleTag.java

/**
 * JSP tag for rendering a {@link VisibleSchedule} within the portlet.
 * 
 * @author Nicholas Blair, nblair@doit.wisc.edu
 * @version $Id: VisibleScheduleTag.java 2345 2010-08-06 20:14:41Z npblair $
 */

From source file org.kmnet.com.fw.web.message.MessagesPanelTag.java

/**
 * Tag for displaying messages in panel format in JSP page<br>
 * <p>
 * Creates display tag, converts the object which is set in {@code pageContext}
 * to String and sets this string inside the tag <br>
 * This tag displays the contents of