Class PathTemplateResolver
- java.lang.Object
-
- com.hybris.cockpitng.web.template.impl.PathTemplateResolver
-
- All Implemented Interfaces:
TemplateResolver
@Deprecated(since="6.5", forRemoval=true) public class PathTemplateResolver extends java.lang.Object implements TemplateResolverDeprecated, for removal: This API element is subject to removal in a future version.since 6.5Resolver that uses template identity as a full resource path and asks for such resourceCockpitResourceLoader. If a resource if found then its contents are returned as template.- See Also:
PathTemplateResolver
-
-
Constructor Summary
Constructors Constructor Description PathTemplateResolver()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected CockpitResourceLoadergetCockpitResourceLoader()Deprecated, for removal: This API element is subject to removal in a future version.protected WidgetLibUtilsgetWidgetLibUtils()Deprecated, for removal: This API element is subject to removal in a future version.java.io.InputStreamresolveTemplate(java.lang.String templateId)Deprecated, for removal: This API element is subject to removal in a future version.Gets a template identified by provided idvoidsetCockpitResourceLoader(CockpitResourceLoader cockpitResourceLoader)Deprecated, for removal: This API element is subject to removal in a future version.voidsetWidgetLibUtils(WidgetLibUtils widgetLibUtils)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
resolveTemplate
public java.io.InputStream resolveTemplate(java.lang.String templateId) throws java.io.IOExceptionDeprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:TemplateResolverGets a template identified by provided id- Specified by:
resolveTemplatein interfaceTemplateResolver- Parameters:
templateId- identity of template- Returns:
- template
- Throws:
java.io.IOException
-
getCockpitResourceLoader
protected CockpitResourceLoader getCockpitResourceLoader()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCockpitResourceLoader
public void setCockpitResourceLoader(CockpitResourceLoader cockpitResourceLoader)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getWidgetLibUtils
protected WidgetLibUtils getWidgetLibUtils()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setWidgetLibUtils
public void setWidgetLibUtils(WidgetLibUtils widgetLibUtils)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-