Liferay 7.0-ce-b4

com.liferay.taglib.ui
Class InputEditorTag

java.lang.Object
  extended by com.liferay.taglib.TagSupport
      extended by com.liferay.taglib.BaseBodyTagSupport
          extended by com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
              extended by com.liferay.taglib.util.AttributesTagSupport
                  extended by com.liferay.taglib.util.IncludeTag
                      extended by com.liferay.taglib.ui.InputEditorTag
All Implemented Interfaces:
ParamAncestorTag, PropertyAncestorTag, javax.servlet.jsp.tagext.DynamicAttributes, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.Tag

public class InputEditorTag
extends IncludeTag


Field Summary
 
Fields inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
request, servletContext
 
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
InputEditorTag()
           
 
Method Summary
protected  void cleanUp()
           
protected  String getConfigKey()
           
protected  String getContentsLanguageId()
           
protected  String getCssClasses()
           
protected  Map<String,Object> getData()
           
protected  Editor getEditor(javax.servlet.http.HttpServletRequest request)
           
protected  String getEditorName(javax.servlet.http.HttpServletRequest request)
           
protected  String getEditorResourceType()
           
protected  String getNamespace()
           
protected  String getPage()
           
protected  RequestBackedPortletURLFactory getRequestBackedPortletURLFactory()
           
protected  String getToolbarSet()
           
protected  void includePage(String page, javax.servlet.http.HttpServletResponse response)
           
 void setAllowBrowseDocuments(boolean allowBrowseDocuments)
           
protected  void setAttributes(javax.servlet.http.HttpServletRequest request)
           
 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 setData(Map<String,Object> data)
           
 void setEditorImpl(String editorImpl)
          Deprecated. As of 7.0.0, replaced by setEditorName(String)
 void setEditorName(String editorName)
           
 void setFileBrowserParams(Map<String,String> fileBrowserParams)
           
 void setHeight(String height)
           
 void setInitMethod(String initMethod)
          Deprecated. As of 7.0.0, replaced by setContents(String)
 void setInlineEdit(boolean inlineEdit)
           
 void setInlineEditSaveURL(String inlineEditSaveURL)
           
 void setName(String name)
           
 void setOnBlurMethod(String onBlurMethod)
           
 void setOnChangeMethod(String onChangeMethod)
           
 void setOnFocusMethod(String onFocusMethod)
           
 void setOnInitMethod(String onInitMethod)
           
 void setPlaceholder(String placeholder)
           
 void setResizable(boolean resizable)
           
 void setShowSource(boolean showSource)
           
 void setSkipEditorLoading(boolean skipEditorLoading)
           
 void setToolbarSet(String toolbarSet)
           
 void setWidth(String width)
           
 
Methods inherited from class com.liferay.taglib.util.IncludeTag
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, doStartTag, 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, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttribute
 
Methods inherited from class com.liferay.taglib.util.ParamAndPropertyAncestorTagImpl
addParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContext
 
Methods inherited from class com.liferay.taglib.BaseBodyTagSupport
doAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, 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
 

Constructor Detail

InputEditorTag

public InputEditorTag()
Method Detail

setAllowBrowseDocuments

public void setAllowBrowseDocuments(boolean allowBrowseDocuments)

setAutoCreate

public void setAutoCreate(boolean autoCreate)

setConfigKey

public void setConfigKey(String configKey)

setConfigParams

public void setConfigParams(Map<String,String> configParams)

setContents

public void setContents(String contents)

setContentsLanguageId

public void setContentsLanguageId(String contentsLanguageId)

setCssClass

public void setCssClass(String cssClass)

setData

public void setData(Map<String,Object> data)

setEditorImpl

@Deprecated
public void setEditorImpl(String editorImpl)
Deprecated. As of 7.0.0, replaced by setEditorName(String)


setEditorName

public void setEditorName(String editorName)

setFileBrowserParams

public void setFileBrowserParams(Map<String,String> fileBrowserParams)

setHeight

public void setHeight(String height)

setInitMethod

@Deprecated
public void setInitMethod(String initMethod)
Deprecated. As of 7.0.0, replaced by setContents(String)


setInlineEdit

public void setInlineEdit(boolean inlineEdit)

setInlineEditSaveURL

public void setInlineEditSaveURL(String inlineEditSaveURL)

setName

public void setName(String name)

setOnBlurMethod

public void setOnBlurMethod(String onBlurMethod)

setOnChangeMethod

public void setOnChangeMethod(String onChangeMethod)

setOnFocusMethod

public void setOnFocusMethod(String onFocusMethod)

setOnInitMethod

public void setOnInitMethod(String onInitMethod)

setPlaceholder

public void setPlaceholder(String placeholder)

setResizable

public void setResizable(boolean resizable)

setShowSource

public void setShowSource(boolean showSource)

setSkipEditorLoading

public void setSkipEditorLoading(boolean skipEditorLoading)

setToolbarSet

public void setToolbarSet(String toolbarSet)

setWidth

public void setWidth(String width)

cleanUp

protected void cleanUp()
Overrides:
cleanUp in class IncludeTag

getConfigKey

protected String getConfigKey()

getContentsLanguageId

protected String getContentsLanguageId()

getCssClasses

protected String getCssClasses()

getData

protected Map<String,Object> getData()

getEditor

protected Editor getEditor(javax.servlet.http.HttpServletRequest request)

getEditorName

protected String getEditorName(javax.servlet.http.HttpServletRequest request)

getEditorResourceType

protected String getEditorResourceType()

getNamespace

protected String getNamespace()

getPage

protected String getPage()
Overrides:
getPage in class IncludeTag

getRequestBackedPortletURLFactory

protected RequestBackedPortletURLFactory getRequestBackedPortletURLFactory()

getToolbarSet

protected String getToolbarSet()

includePage

protected void includePage(String page,
                           javax.servlet.http.HttpServletResponse response)
                    throws IOException,
                           javax.servlet.ServletException
Overrides:
includePage in class IncludeTag
Throws:
IOException
javax.servlet.ServletException

setAttributes

protected void setAttributes(javax.servlet.http.HttpServletRequest request)
Overrides:
setAttributes in class IncludeTag

Liferay 7.0-ce-b4