Class ParseTagArgs
- java.lang.Object
-
- org.webpieces.templatingdev.impl.tags.ParseTagArgs
-
-
Constructor Summary
Constructors Constructor Description ParseTagArgs(RoutePathTranslator callback)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidgenerateStartAttrs(ScriptOutput sourceCode, Token token, int uniqueId)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.webpieces.templatingdev.api.GroovyGen
generateEnd, generateStart, generateStartAndEnd, getName
-
-
-
-
Constructor Detail
-
ParseTagArgs
public ParseTagArgs(RoutePathTranslator callback)
-
-
Method Detail
-
generateStartAttrs
protected void generateStartAttrs(ScriptOutput sourceCode, Token token, int uniqueId)
-
-