org.jostraca.directive
Class CollapseWhiteSpaceDirective
java.lang.Object
org.jostraca.directive.CollapseWhiteSpaceDirective
- All Implemented Interfaces:
- Directive
- public class CollapseWhiteSpaceDirective
- extends java.lang.Object
- implements Directive
Remove new lines in text elements.
Usage:
<% @collapseWhiteSpace %>
<% @| %>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CollapseWhiteSpaceDirective
public CollapseWhiteSpaceDirective()
throws DirectiveException
perform
public void perform(java.lang.String pDirectiveName,
java.lang.String pArguments,
BasicUnitList pUnitList,
TemplateActionHandler pTemplateActionHandler,
PropertySet pPropertySet,
TextualTransformManagerTable pTextualTransformManagerTable)
throws DirectiveException
- Description copied from interface:
Directive
- REVIEW: this interface WILL change.
- Specified by:
perform in interface Directive
- Throws:
DirectiveException
getName
public java.lang.String getName()
- Specified by:
getName in interface Directive
getAliases
public java.lang.String[] getAliases()
- Should include value of getName()
- Specified by:
getAliases in interface Directive
Copyright © 2000-2002 Richard Rodger