public static class InvokeTag.Factory extends Object implements TagHandlerFactory
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
TagHandler |
createHandler()
Creates a new tag handler instance to process a tag with the given name.
|
String |
getDescription()
Returns a short description of what the tag does.
|
String |
getName() |
List<TemplateArgument> |
reportArguments()
Returns arguments expected by this tag handler.
|
@Nonnull public String getName()
getName in interface sirius.kernel.di.std.Namedpublic TagHandler createHandler()
TagHandlerFactorycreateHandler in interface TagHandlerFactorypublic List<TemplateArgument> reportArguments()
TagHandlerFactoryUsed for documentation purposes.
reportArguments in interface TagHandlerFactorypublic String getDescription()
TagHandlerFactorygetDescription in interface TagHandlerFactoryCopyright © 2018. All rights reserved.