public abstract class AbstractBroadleafThymeleafResolverExtensionHandler extends AbstractExtensionHandler implements BroadleafThymeleafViewResolverExtensionHandler
enabled, priority
Constructor and Description |
---|
AbstractBroadleafThymeleafResolverExtensionHandler() |
Modifier and Type | Method and Description |
---|---|
ExtensionResultStatusType |
appendCacheKey(ExtensionResultHolder<String> erh,
String originalViewName,
boolean isAjaxRequest)
Allows an extension handler to alter the cache key for the view.
|
ExtensionResultStatusType |
overrideView(ExtensionResultHolder<String> erh,
String originalViewName,
boolean isAjaxRequest)
Allows an extension handler to override the view name.
|
ExtensionResultStatusType |
provideTemplateWrapper(ExtensionResultHolder<String> erh,
String originalViewName,
boolean isAjaxRequest)
Allows an extension handler to provide a wrapper for the template.
|
getPriority, isEnabled, setEnabled, setPriority
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPriority, isEnabled
public AbstractBroadleafThymeleafResolverExtensionHandler()
public ExtensionResultStatusType overrideView(ExtensionResultHolder<String> erh, String originalViewName, boolean isAjaxRequest)
BroadleafThymeleafViewResolverExtensionHandler
overrideView
in interface BroadleafThymeleafViewResolverExtensionHandler
public ExtensionResultStatusType appendCacheKey(ExtensionResultHolder<String> erh, String originalViewName, boolean isAjaxRequest)
BroadleafThymeleafViewResolverExtensionHandler
appendCacheKey
in interface BroadleafThymeleafViewResolverExtensionHandler
public ExtensionResultStatusType provideTemplateWrapper(ExtensionResultHolder<String> erh, String originalViewName, boolean isAjaxRequest)
BroadleafThymeleafViewResolverExtensionHandler
provideTemplateWrapper
in interface BroadleafThymeleafViewResolverExtensionHandler
Copyright © 2017. All rights reserved.