public class ReturnIfParser extends KeywordParserFactory
Parse @returnIf(expression) statement. Which break the current template execution and return to caller if the expression evaluated to true
logger| Constructor and Description |
|---|
ReturnIfParser() |
| Modifier and Type | Method and Description |
|---|---|
IParser |
create(IContext ctx) |
Keyword |
keyword() |
protected String |
patternStr() |
interests, ptn, regcheckRestrictedClass, getCaret, p, p, p, p, p, raiseParseExceptionpublic Keyword keyword()
keyword in interface IKeywordParserFactorykeyword in class KeywordParserFactoryprotected String patternStr()
patternStr in class KeywordParserFactoryCopyright © 2017–2021 OSGL (Open Source General Library). All rights reserved.