|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.avalon.framework.logger.AbstractLoggable | +--org.apache.cocoon.components.language.programming.java.NullFormatter
This class implements CodeFormatter
.
This implementation doesn't do anything but returning the
passed code as is.
Constructor Summary | |
NullFormatter()
|
Method Summary | |
java.lang.String |
format(java.lang.String code,
java.lang.String encoding)
This is a dummy CodeFormatter |
Methods inherited from class org.apache.avalon.framework.logger.AbstractLoggable |
getLogger, setLogger, setupLogger, setupLogger, setupLogger |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NullFormatter()
Method Detail |
public java.lang.String format(java.lang.String code, java.lang.String encoding)
CodeFormatter
format
in interface CodeFormatter
code
- The input source codeencoding
- The encoding used for constant strings embedded in the
source code
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |