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 de.iteratec.iteraplan.presentation.tags.IteratecWriteTag.java

/**
 * This tag provides basically the same functionality as the JSTL c:out tag, but performs an
 * additional evaluation round. Values in the name and property attributes are treated as EL
 * expressions, even if standard EL expansion was performed already. Expression in the property
 * attribute may use a few more constructs than pure EL, as they are evaluated by Apache Commons
 * BeanUtils. Most prominently, it is possible to invoke methods on a bean and pass parameters.

From source file com.jaspersoft.jasperserver.war.tags.JasperViewerTag.java

/**
 * renderJsp parameter allows override of default output format for HTML controls
 * 
 * @author Ionut Nedelcu (ionutned@users.sourceforge.net)
 * @version $Id: JasperViewerTag.java 47331 2014-07-18 09:13:06Z kklein $
 */