public class InvokeTemplateParser extends CaretParserFactoryBase
Parse tag invocation:
@myApp.myTag(...) Note since this is also a pattern for expression parser, InvokeTagParser must be put in front of expression parser
use @myApp.myTag(...)@ to indicate the params inside are dynamic expression
| Modifier and Type | Class and Description |
|---|---|
static class |
InvokeTemplateParser.ParameterDeclaration |
static class |
InvokeTemplateParser.ParameterDeclarationList |
logger| Constructor and Description |
|---|
InvokeTemplateParser() |
| Modifier and Type | Method and Description |
|---|---|
IParser |
create(IContext ctx) |
checkRestrictedClass, getCaret, p, p, p, p, p, raiseParseExceptionCopyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.