public class AbstractTemplateTag
extends javax.servlet.jsp.tagext.TagSupport
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
debugEnabled |
protected Boolean |
editingEnabled |
static long |
serialVersionUID |
protected String |
urlPrefix |
| Constructor and Description |
|---|
AbstractTemplateTag() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
encode(String string)
Encodes the given string, so that it can be used within an HTML page.
|
protected String |
getToolbarLocation()
Determins the location of the toolbar
|
protected String |
getWebEditorUrlPrefix()
Returns the URL prefix for the web editor application.
|
protected boolean |
isDebugEnabled()
Determines whether debug is enabled for the web editor application
|
protected boolean |
isEditingEnabled()
Determines whether editing is currently enabled
|
void |
release() |
public static final long serialVersionUID
protected String urlPrefix
protected Boolean editingEnabled
protected Boolean debugEnabled
protected boolean isEditingEnabled()
protected String getWebEditorUrlPrefix()
protected boolean isDebugEnabled()
This is the value of the debug init
parameter of the Web Editor filter definition in web.xml.
If the init parameter is not present false will be returned.
protected String getToolbarLocation()
protected String encode(String string)
string - the String to convertpublic void release()
release in interface javax.servlet.jsp.tagext.Tagrelease in class javax.servlet.jsp.tagext.TagSupportCopyright © 2005–2016 Alfresco Software. All rights reserved.