com.opensymphony.webwork.views.freemarker.tags
Class RichTextEditorModel
java.lang.Object
com.opensymphony.webwork.views.freemarker.tags.TagModel
com.opensymphony.webwork.views.freemarker.tags.RichTextEditorModel
- All Implemented Interfaces:
- freemarker.template.TemplateModel, freemarker.template.TemplateTransformModel
public class RichTextEditorModel
- extends TagModel
Freemarker's Transform model for Richtexteditor
- Version:
- $Date: 2006-02-18 13:29:27 +0800 (Sat, 18 Feb 2006) $ $Id: RichTextEditorModel.java 2210 2006-02-18 05:29:27Z tmjee $
- Author:
- tm_jee
Fields inherited from class com.opensymphony.webwork.views.freemarker.tags.TagModel |
req, res, stack |
Fields inherited from interface freemarker.template.TemplateModel |
NOTHING |
Method Summary |
protected Component |
getBean()
An abstract method subclass should implement, exposing the WebWork's
underlying {Component} this tag is supposed to delegate to. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RichTextEditorModel
public RichTextEditorModel(OgnlValueStack stack,
HttpServletRequest req,
HttpServletResponse res)
getBean
protected Component getBean()
- Description copied from class:
TagModel
- An abstract method subclass should implement, exposing the WebWork's
underlying {Component} this tag is supposed to delegate to.
- Specified by:
getBean
in class TagModel
- Returns:
- Component