org.radeox.macro.code
Class NullCodeFilter

java.lang.Object
  extended byorg.radeox.macro.code.NullCodeFilter
All Implemented Interfaces:
SourceCodeFormatter

public class NullCodeFilter
extends java.lang.Object
implements SourceCodeFormatter


Constructor Summary
NullCodeFilter()
           
 
Method Summary
 java.lang.String filter(java.lang.String content, FilterContext context)
           
 java.lang.String getName()
           
 int getPriority()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullCodeFilter

public NullCodeFilter()
Method Detail

filter

public java.lang.String filter(java.lang.String content,
                               FilterContext context)
Specified by:
filter in interface SourceCodeFormatter

getName

public java.lang.String getName()
Specified by:
getName in interface SourceCodeFormatter

getPriority

public int getPriority()
Specified by:
getPriority in interface SourceCodeFormatter


Copyright © 2003 Matthias L. Jugel, Stephan J. Schmidt. All Rights Reserved.