|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExtensionHandler
An extension handler represents a generic pattern used in BroadleafCommerce when an out-of-box service
with complex logic provides implementation hooks.
The pattern is primarily used internally by Broadleaf as a mechanism to provide extension points for
Broadleaf modules.
Consumers of BroadleafCommerce framework typically would not need to use this pattern and instead would opt.
for more typical extension patterns including overriding or extending the actual component for which
alternate behavior is desired.
ExtensionHandler api methods should always return an instance of ExtensionResultStatusType.
| Method Summary | |
|---|---|
int |
getPriority()
Determines the priority of this extension handler. |
boolean |
isEnabled()
If false, the ExtensionManager should skip this Handler. |
| Method Detail |
|---|
int getPriority()
boolean isEnabled()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||