|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.unikiel.ipn.htmlform.AntiLineBreakVisitor
A TextVisitor to remove line breaks. They are replaced by spaces.
Constructor Summary | |
(package private) |
AntiLineBreakVisitor(MessageHandler handler)
Creates an AntiLineBreakVisitor. |
Method Summary | |
void |
handleMessage(Message msg)
Forwards the Message to the successor. |
void |
visit(Entry e)
Removes linebreaks from the content of the Entry. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
AntiLineBreakVisitor(MessageHandler handler)
handler
- the MessageHandler for error messages
that may occur.Method Detail |
public void visit(Entry e)
visit
in interface TextVisitor
e
- the entry that shall be changed.Entry.accept(TextVisitor)
public void handleMessage(Message msg)
handleMessage
in interface MessageHandler
msg
- the message that shall be passed to the successor.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |