Class EditorTag
java.lang.Object
com.liferay.taglib.TagSupport
com.liferay.taglib.BaseBodyTagSupport
com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
com.liferay.taglib.util.AttributesTagSupport
com.liferay.taglib.util.IncludeTag
com.liferay.taglib.BaseValidatorTagSupport
com.liferay.frontend.editor.taglib.servlet.taglib.EditorTag
- All Implemented Interfaces:
com.liferay.taglib.DirectTag
,com.liferay.taglib.util.ParamAncestorTag
,com.liferay.taglib.util.PropertyAncestorTag
,javax.servlet.jsp.tagext.DynamicAttributes
,javax.servlet.jsp.tagext.JspTag
,javax.servlet.jsp.tagext.Tag
public class EditorTag
extends com.liferay.taglib.BaseValidatorTagSupport
-
Field Summary
Fields inherited from class com.liferay.taglib.BaseBodyTagSupport
bodyContent
Fields inherited from class com.liferay.taglib.TagSupport
pageContext
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
cleanUp()
int
getData()
getName()
protected String
getPage()
getWidth()
protected void
includePage
(String page, javax.servlet.http.HttpServletResponse httpServletResponse) boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
setAllowBrowseDocuments
(boolean allowBrowseDocuments) protected void
setAttributes
(javax.servlet.http.HttpServletRequest httpServletRequest) void
setAutoCreate
(boolean autoCreate) void
setConfigKey
(String configKey) void
setConfigParams
(Map<String, String> configParams) void
setContents
(String contents) void
setContentsLanguageId
(String contentsLanguageId) void
setCssClass
(String cssClass) void
void
setEditorName
(String editorName) void
setFileBrowserParams
(Map<String, String> fileBrowserParams) void
void
setInlineEdit
(boolean inlineEdit) void
setInlineEditSaveURL
(String inlineEditSaveURL) void
void
setOnBlurMethod
(String onBlurMethod) void
setOnChangeMethod
(String onChangeMethod) void
setOnFocusMethod
(String onFocusMethod) void
setOnInitMethod
(String onInitMethod) void
setPlaceholder
(String placeholder) void
setRequired
(boolean required) void
setResizable
(boolean resizable) void
setResizeDirection
(String resizeDirection) void
setShowSource
(boolean showSource) void
setSkipEditorLoading
(boolean skipEditorLoading) void
setToolbarSet
(String toolbarSet) void
Methods inherited from class com.liferay.taglib.BaseValidatorTagSupport
addRequiredValidatorTag, addRequiredValidatorTag, addValidatorTag, doEndTag, getValidatorTags, updateFormValidatorTags
Methods inherited from class com.liferay.taglib.util.IncludeTag
callSetAttributes, cleanUpSetAttributes, doClearTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExists
Methods inherited from class com.liferay.taglib.util.AttributesTagSupport
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContext
Methods inherited from class com.liferay.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContent
Methods inherited from class com.liferay.taglib.TagSupport
findAncestorWithClass, getParent, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.liferay.taglib.DirectTag
doBodyTag, doBodyTag, doBodyTagAsString, doBodyTagAsString, doTag, doTag, doTagAsString, doTagAsString
-
Constructor Details
-
EditorTag
public EditorTag()
-
-
Method Details
-
doStartTag
public int doStartTag() throws javax.servlet.jsp.JspException- Specified by:
doStartTag
in interfacejavax.servlet.jsp.tagext.Tag
- Overrides:
doStartTag
in classcom.liferay.taglib.util.IncludeTag
- Throws:
javax.servlet.jsp.JspException
-
getConfigKey
-
getConfigParams
-
getContents
-
getContentsLanguageId
-
getCssClass
-
getData
-
getEditorName
-
getFileBrowserParams
-
getHeight
-
getInlineEditSaveURL
-
getInputName
- Specified by:
getInputName
in classcom.liferay.taglib.BaseValidatorTagSupport
-
getName
-
getOnBlurMethod
-
getOnChangeMethod
-
getOnFocusMethod
-
getOnInitMethod
-
getPlaceholder
-
getResizeDirection
-
getToolbarSet
-
getWidth
-
isAllowBrowseDocuments
public boolean isAllowBrowseDocuments() -
isAutoCreate
public boolean isAutoCreate() -
isInlineEdit
public boolean isInlineEdit() -
isRequired
public boolean isRequired() -
isResizable
public boolean isResizable() -
isShowSource
public boolean isShowSource() -
isSkipEditorLoading
public boolean isSkipEditorLoading() -
setAllowBrowseDocuments
public void setAllowBrowseDocuments(boolean allowBrowseDocuments) -
setAutoCreate
public void setAutoCreate(boolean autoCreate) -
setConfigKey
-
setConfigParams
-
setContents
-
setContentsLanguageId
-
setCssClass
-
setData
-
setEditorName
-
setFileBrowserParams
-
setHeight
-
setInlineEdit
public void setInlineEdit(boolean inlineEdit) -
setInlineEditSaveURL
-
setName
-
setOnBlurMethod
-
setOnChangeMethod
-
setOnFocusMethod
-
setOnInitMethod
-
setPlaceholder
-
setRequired
public void setRequired(boolean required) -
setResizable
public void setResizable(boolean resizable) -
setResizeDirection
-
setShowSource
public void setShowSource(boolean showSource) -
setSkipEditorLoading
public void setSkipEditorLoading(boolean skipEditorLoading) -
setToolbarSet
-
setWidth
-
cleanUp
protected void cleanUp()- Overrides:
cleanUp
in classcom.liferay.taglib.BaseValidatorTagSupport
-
getPage
- Overrides:
getPage
in classcom.liferay.taglib.util.IncludeTag
-
includePage
protected void includePage(String page, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException, javax.servlet.ServletException - Overrides:
includePage
in classcom.liferay.taglib.util.IncludeTag
- Throws:
IOException
javax.servlet.ServletException
-
setAttributes
protected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) - Overrides:
setAttributes
in classcom.liferay.taglib.util.IncludeTag
-