com.jgeppert.struts2.jquery.richtext.views.freemarker.tags
Class JqueryRichtextModels

java.lang.Object
  extended by com.jgeppert.struts2.jquery.richtext.views.freemarker.tags.JqueryRichtextModels

public class JqueryRichtextModels
extends java.lang.Object

Author:
Johannes Geppert

Field Summary
protected  CkeditorModel ckeditor
           
protected  TinymceModel tinymce
           
 
Constructor Summary
JqueryRichtextModels(com.opensymphony.xwork2.util.ValueStack stack, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Method Summary
 CkeditorModel getCkeditor()
           
 TinymceModel getTinymce()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ckeditor

protected CkeditorModel ckeditor

tinymce

protected TinymceModel tinymce
Constructor Detail

JqueryRichtextModels

public JqueryRichtextModels(com.opensymphony.xwork2.util.ValueStack stack,
                            javax.servlet.http.HttpServletRequest req,
                            javax.servlet.http.HttpServletResponse res)
Method Detail

getCkeditor

public CkeditorModel getCkeditor()

getTinymce

public TinymceModel getTinymce()


Copyright © 2012. All Rights Reserved.