org.rythmengine.internal.parser.build_in
Class InvokeTemplateParser
java.lang.Object
org.rythmengine.internal.parser.build_in.CaretParserFactoryBase
org.rythmengine.internal.parser.build_in.InvokeTemplateParser
- All Implemented Interfaces:
- ICaretParserFactory, IParserFactory
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvokeTemplateParser
public InvokeTemplateParser()
create
public IParser create(IContext ctx)
Copyright © 2014. All Rights Reserved.