public static class RawTag.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.Named
public TagHandler createHandler()
TagHandlerFactory
createHandler
in interface TagHandlerFactory
public List<TemplateArgument> reportArguments()
TagHandlerFactory
Used for documentation purposes.
reportArguments
in interface TagHandlerFactory
public String getDescription()
TagHandlerFactory
getDescription
in interface TagHandlerFactory
Copyright © 2018. All rights reserved.