@Service(value="blBroadleafThymeleafViewResolverExtensionManager") public class BroadleafThymeleafViewResolverExtensionManager extends ExtensionManager<BroadleafThymeleafViewResolverExtensionHandler>
extensionHandler, handlers, handlersSorted, LOCK_OBJECT
Constructor and Description |
---|
BroadleafThymeleafViewResolverExtensionManager() |
Modifier and Type | Method and Description |
---|---|
boolean |
continueOnHandled()
By default, this manager will allow other handlers to process the method when a handler returns
HANDLED.
|
List<BroadleafThymeleafViewResolverExtensionHandler> |
getHandlers()
If you are attempting to register a handler with this manager and are invoking this outside of an
ExtensionManager
subclass, consider using ExtensionManager.registerHandler(ExtensionHandler) instead. |
execute, getPriority, getProxy, invoke, registerHandler, setHandlers, shouldContinue, sortHandlers
public BroadleafThymeleafViewResolverExtensionManager()
public List<BroadleafThymeleafViewResolverExtensionHandler> getHandlers()
ExtensionManager
ExtensionManager
subclass, consider using ExtensionManager.registerHandler(ExtensionHandler)
instead.
While the sorting of the handlers prior to their return is thread safe, adding directly to this list is not.getHandlers
in class ExtensionManager<BroadleafThymeleafViewResolverExtensionHandler>
#registerHandler(ExtensionHandler)}
public boolean continueOnHandled()
continueOnHandled
in class ExtensionManager<BroadleafThymeleafViewResolverExtensionHandler>
Copyright © 2017. All rights reserved.