public abstract class BaseTranslationManagerTag extends IncludeTag
| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
_ATTRIBUTE_NAMESPACE |
request, servletContextbodyContentpageContext| Constructor and Description |
|---|
BaseTranslationManagerTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cleanUp() |
int |
doStartTag() |
java.util.Locale[] |
getAvailableLocales() |
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getEditingLanguageId() |
java.lang.String |
getId() |
boolean |
getInitialize() |
protected java.lang.String |
getPage() |
boolean |
getReadOnly() |
protected void |
setAttributes(javax.servlet.http.HttpServletRequest request) |
void |
setAvailableLocales(java.util.Locale[] availableLocales) |
void |
setDefaultLanguageId(java.lang.String defaultLanguageId) |
void |
setEditingLanguageId(java.lang.String editingLanguageId) |
void |
setId(java.lang.String id) |
void |
setInitialize(boolean initialize) |
void |
setReadOnly(boolean readOnly) |
callSetAttributes, cleanUpSetAttributes, doClearTag, doEndTag, doInclude, doIncludeTheme, getBodyContentWrapper, getCustomPage, getEndPage, getOriginalServletRequest, getStartPage, include, includePage, isCleanUpSetAttributes, isPortalPage, isUseCustomPage, logUnavailablePage, processEndTag, processStartTag, runTag, setPage, setPortletId, setStrict, setUseCustomPage, themeResourceExistsclearDynamicAttributes, getAttributeNamespace, getDynamicAttributes, getScopedAttributes, release, setAttributeNamespace, setDynamicAttribute, setNamespacedAttribute, setScopedAttributeaddParam, addProperty, clearParams, clearProperties, getParams, getProperties, getRemovedParameterNames, isAllowEmptyParam, setAllowEmptyParam, setCopyCurrentRenderParameters, setPageContext, setServletContextdoAfterBody, doInitBody, getBodyContent, getBodyContentAsStringBundler, getRequest, setBodyContent, writeBodyContentfindAncestorWithClass, getParent, setParentprotected static final java.lang.String _ATTRIBUTE_NAMESPACE
public int doStartTag()
throws javax.servlet.jsp.JspException
doStartTag in interface javax.servlet.jsp.tagext.TagdoStartTag in class IncludeTagjavax.servlet.jsp.JspExceptionpublic java.util.Locale[] getAvailableLocales()
public java.lang.String getDefaultLanguageId()
public java.lang.String getEditingLanguageId()
public java.lang.String getId()
public boolean getInitialize()
public boolean getReadOnly()
public void setAvailableLocales(java.util.Locale[] availableLocales)
public void setDefaultLanguageId(java.lang.String defaultLanguageId)
public void setEditingLanguageId(java.lang.String editingLanguageId)
public void setId(java.lang.String id)
public void setInitialize(boolean initialize)
public void setReadOnly(boolean readOnly)
protected void cleanUp()
cleanUp in class IncludeTagprotected java.lang.String getPage()
getPage in class IncludeTagprotected void setAttributes(javax.servlet.http.HttpServletRequest request)
setAttributes in class IncludeTag