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, setPriorityclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPriority, isEnabledpublic AbstractBroadleafThymeleafResolverExtensionHandler()
public ExtensionResultStatusType overrideView(ExtensionResultHolder<String> erh, String originalViewName, boolean isAjaxRequest)
BroadleafThymeleafViewResolverExtensionHandleroverrideView in interface BroadleafThymeleafViewResolverExtensionHandlerpublic ExtensionResultStatusType appendCacheKey(ExtensionResultHolder<String> erh, String originalViewName, boolean isAjaxRequest)
BroadleafThymeleafViewResolverExtensionHandlerappendCacheKey in interface BroadleafThymeleafViewResolverExtensionHandlerpublic ExtensionResultStatusType provideTemplateWrapper(ExtensionResultHolder<String> erh, String originalViewName, boolean isAjaxRequest)
BroadleafThymeleafViewResolverExtensionHandlerprovideTemplateWrapper in interface BroadleafThymeleafViewResolverExtensionHandlerCopyright © 2017. All rights reserved.