Package org.vx68k.webapp.editor
Class TextBuffer
- java.lang.Object
-
- org.vx68k.webapp.editor.TextBuffer
-
- All Implemented Interfaces:
Serializable
@SessionScoped @Named("buffer") public class TextBuffer extends Object implements Serializable
Text buffer.- Since:
- 1.0
- Author:
- Kaz Nishimura
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TextBuffer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getText()
Returns the content text.void
setText(String value)
Sets the content text.
-