@Deprecated
protected abstract class BaseTemplateManager.DoGetAbstractTemplatePrivilegedAction
extends Object
implements PrivilegedAction<com.liferay.portal.kernel.template.Template>
| Modifier and Type | Field and Description |
|---|---|
protected com.liferay.portal.kernel.template.TemplateResource |
errorTemplateResource
Deprecated.
|
protected Map<String,Object> |
helperUtilities
Deprecated.
|
protected boolean |
restricted
Deprecated.
|
| Constructor and Description |
|---|
DoGetAbstractTemplatePrivilegedAction(com.liferay.portal.kernel.template.TemplateResource errorTemplateResource,
boolean restricted,
Map<String,Object> helperUtilities)
Deprecated.
|