|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.servlet.jsp.tagext.TagSupport
com.ckeditor.CKEditorTag
com.ckeditor.CKEditorReplaceTag
public class CKEditorReplaceTag
<ckeditor:replace>
tag code.
Usage:
<ckeditor:replace replace="editor1" basePath="/ckeditor/" />
Field Summary |
---|
Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
id, pageContext |
Fields inherited from interface javax.servlet.jsp.tagext.IterationTag |
---|
EVAL_BODY_AGAIN |
Fields inherited from interface javax.servlet.jsp.tagext.Tag |
---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
Constructor Summary | |
---|---|
CKEditorReplaceTag()
Default constructor. |
Method Summary | |
---|---|
protected String |
getCKEditorName()
gets name of the CKEditor instance. |
protected String |
getTagOutput(CKEditorConfig config)
Returns standard tag output. |
void |
setReplace(String replace)
|
Methods inherited from class com.ckeditor.CKEditorTag |
---|
doEndTag, getConfig, getEvents, getGlobalEvents, getTimestamp, init, isInitialized, setBasePath, setConfig, setEvents, setGlobalEvents, setInitialized, setTimestamp |
Methods inherited from class javax.servlet.jsp.tagext.TagSupport |
---|
doAfterBody, doStartTag, findAncestorWithClass, getId, getParent, getValue, getValues, release, removeValue, setId, setPageContext, setParent, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CKEditorReplaceTag()
Method Detail |
---|
protected String getTagOutput(CKEditorConfig config)
CKEditorTag
getTagOutput
in class CKEditorTag
config
- configuration resolved to a string
public final void setReplace(String replace)
replace
- the name of the replaced element to setprotected String getCKEditorName()
CKEditorTag
getCKEditorName
in class CKEditorTag
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |