public class MarkContentTag
extends org.springframework.extensions.webeditor.taglib.AbstractTemplateTag
| Constructor and Description |
|---|
MarkContentTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
String |
getFormId()
Returns the identifier of the form to use to edit the content
|
String |
getId()
Returns the identifier of the content to be edited
|
String |
getTitle()
Returns the title of the content to be edited
|
boolean |
isNestedMarker()
Returns a flag to indicate whether the marker is nested within the content
to be edited.
|
void |
release() |
void |
setFormId(String formId)
Sets the identifier of the form to use to edit the content
|
void |
setId(String contentId)
Sets the identifier of the content to be edited
|
void |
setNestedMarker(boolean nestedMarker)
Sets whether the marker is nested within the content to be edited.
|
void |
setTitle(String title)
Sets the title of the content to be edited
|
encode, getToolbarLocation, getWebEditorUrlPrefix, isDebugEnabled, isEditingEnabledpublic String getId()
getId in class javax.servlet.jsp.tagext.TagSupportpublic void setId(String contentId)
setId in class javax.servlet.jsp.tagext.TagSupportcontentId - The identifier of the content to be editedpublic String getTitle()
public void setTitle(String title)
title - The title of the content to be editedpublic String getFormId()
public void setFormId(String formId)
formId - The identifier of the form to use to edit the contentpublic boolean isNestedMarker()
public void setNestedMarker(boolean nestedMarker)
nestedMarker - true to indicate the marker is nestedpublic int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class javax.servlet.jsp.tagext.TagSupportjavax.servlet.jsp.JspExceptionTagSupport.doStartTag()public void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class org.springframework.extensions.webeditor.taglib.AbstractTemplateTagTagSupport.release()Copyright © 2005–2014 Alfresco Software. All rights reserved.