public class StartTemplateTag extends AbstractTemplateTag
| Modifier and Type | Field and Description |
|---|---|
protected static org.apache.commons.logging.Log |
logger |
debugEnabled, editingEnabled, urlPrefix| Constructor and Description |
|---|
StartTemplateTag() |
| Modifier and Type | Method and Description |
|---|---|
int |
doStartTag() |
String |
getToolbarLocation()
Returns the current value for the toolbar location
|
void |
includeCustomConfiguration(Writer out)
Allow tag extensions to insert custom javascript
|
void |
release() |
void |
setToolbarLocation(String location)
Sets the toolbar location
|
encode, getWebEditorUrlPrefix, isDebugEnabled, isEditingEnabledpublic String getToolbarLocation()
getToolbarLocation in class AbstractTemplateTagpublic void setToolbarLocation(String location)
location - Toolbar locationpublic 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 includeCustomConfiguration(Writer out) throws IOException
IOExceptionpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class AbstractTemplateTagTagSupport.release()Copyright © 2005–2016 Alfresco Software. All rights reserved.