Example usage for javax.servlet.jsp.jstl.core LoopTagSupport subclass-usage

List of usage examples for javax.servlet.jsp.jstl.core LoopTagSupport subclass-usage

Introduction

In this page you can find the example usage for javax.servlet.jsp.jstl.core LoopTagSupport subclass-usage.

Usage

From source file org.openmrs.notification.web.ForEachAlertTag.java

public class ForEachAlertTag extends LoopTagSupport {

    public static final long serialVersionUID = 1232300L;

    private final Log log = LogFactory.getLog(getClass());

From source file org.openmrs.web.taglib.ForEachDisplayAttributeTag.java

/**
 * Loops over the display attributes for a person. If 'type' is 'patient', only patient display
 * attributes are returned. If 'type' is 'user', only user display attributes are returned. This
 * list is maintained with global properties: patient.displayAttributeTypes and
 * user.displayAttributeTypes. Both are comma delimited lists of either PersonAttributeType names or
 * ids.

From source file org.openmrs.module.personalhr.web.taglib.ForEachAlertTag.java

public class ForEachAlertTag extends LoopTagSupport {

    public static final long serialVersionUID = 1232300L;

    private final Log log = LogFactory.getLog(getClass());

From source file org.openmrs.module.lancearmstrong.web.taglib.ForEachAlertTag.java

public class ForEachAlertTag extends LoopTagSupport {

    public static final long serialVersionUID = 1232300L;

    private final Log log = LogFactory.getLog(getClass());