WEB4J Development Tools 4.10.0.0

hirondelle.web4jtools.util
Class NoEmptyLinesTag

Object
  extended by SimpleTagSupport
      extended by TagHelper
          extended by hirondelle.web4jtools.util.NoEmptyLinesTag
All Implemented Interfaces:
JspTag, SimpleTag

public final class NoEmptyLinesTag
extends TagHelper

Remove all empty lines in the body of the tag.

In addition, in JSP 2.1, you may remove empty lines associated with directives by using the following directive at the top of your JSP :

<%@page trimDirectiveWhitespaces="true"%>


Constructor Summary
NoEmptyLinesTag()
           
 
Method Summary
protected  String getEmittedText(String aBody)
           
 
Methods inherited from class TagHelper
checkForContent, crossCheckAttributes, doTag, getPageContext, getPageName, getRequest, getResponse
 
Methods inherited from class SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoEmptyLinesTag

public NoEmptyLinesTag()
Method Detail

getEmittedText

protected String getEmittedText(String aBody)
                         throws JspException,
                                IOException
Specified by:
getEmittedText in class TagHelper
Throws:
JspException
IOException

WEB4J Development Tools 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26