public interface TagHandlerFactory
extends sirius.kernel.di.std.Named
registered
to provide instances which handle tags with the given name.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.
|
List<TemplateArgument> |
reportArguments()
Returns arguments expected by this tag handler.
|
TagHandler createHandler()
List<TemplateArgument> reportArguments()
Used for documentation purposes.
String getDescription()
Copyright © 2018. All rights reserved.