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
bodyContentFields inherited from class com.liferay.taglib.TagSupport
pageContextFields 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 voidcleanUp()intgetData()getName()protected StringgetPage()getWidth()protected voidincludePage(String page, javax.servlet.http.HttpServletResponse httpServletResponse) booleanbooleanbooleanbooleanbooleanbooleanbooleanvoidsetAllowBrowseDocuments(boolean allowBrowseDocuments) protected voidsetAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) voidsetAutoCreate(boolean autoCreate) voidsetConfigKey(String configKey) voidsetConfigParams(Map<String, String> configParams) voidsetContents(String contents) voidsetContentsLanguageId(String contentsLanguageId) voidsetCssClass(String cssClass) voidvoidsetEditorName(String editorName) voidsetFileBrowserParams(Map<String, String> fileBrowserParams) voidvoidsetInlineEdit(boolean inlineEdit) voidsetInlineEditSaveURL(String inlineEditSaveURL) voidvoidsetOnBlurMethod(String onBlurMethod) voidsetOnChangeMethod(String onChangeMethod) voidsetOnFocusMethod(String onFocusMethod) voidsetOnInitMethod(String onInitMethod) voidsetPlaceholder(String placeholder) voidsetRequired(boolean required) voidsetResizable(boolean resizable) voidsetResizeDirection(String resizeDirection) voidsetShowSource(boolean showSource) voidsetSkipEditorLoading(boolean skipEditorLoading) voidsetToolbarSet(String toolbarSet) voidMethods inherited from class com.liferay.taglib.BaseValidatorTagSupport
addRequiredValidatorTag, addRequiredValidatorTag, addValidatorTag, doEndTag, getValidatorTags, updateFormValidatorTagsMethods 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, themeResourceExistsMethods inherited from class com.liferay.taglib.util.AttributesTagSupport
clearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttributeMethods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, getRequest, getServletContext, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContextMethods inherited from class com.liferay.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, setBodyContent, writeBodyContentMethods inherited from class com.liferay.taglib.TagSupport
findAncestorWithClass, getParent, setParentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
doStartTagin interfacejavax.servlet.jsp.tagext.Tag- Overrides:
doStartTagin classcom.liferay.taglib.util.IncludeTag- Throws:
javax.servlet.jsp.JspException
-
getConfigKey
-
getConfigParams
-
getContents
-
getContentsLanguageId
-
getCssClass
-
getData
-
getEditorName
-
getFileBrowserParams
-
getHeight
-
getInlineEditSaveURL
-
getInputName
- Specified by:
getInputNamein 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:
cleanUpin classcom.liferay.taglib.BaseValidatorTagSupport
-
getPage
- Overrides:
getPagein classcom.liferay.taglib.util.IncludeTag
-
includePage
protected void includePage(String page, javax.servlet.http.HttpServletResponse httpServletResponse) throws IOException, javax.servlet.ServletException - Overrides:
includePagein classcom.liferay.taglib.util.IncludeTag- Throws:
IOExceptionjavax.servlet.ServletException
-
setAttributes
protected void setAttributes(javax.servlet.http.HttpServletRequest httpServletRequest) - Overrides:
setAttributesin classcom.liferay.taglib.util.IncludeTag
-