|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use InvalidVelocityException | |
|---|---|
| org.xwiki.velocity.internal.util | |
| Uses of InvalidVelocityException in org.xwiki.velocity.internal.util |
|---|
| Methods in org.xwiki.velocity.internal.util that throw InvalidVelocityException | |
|---|---|
int |
VelocityParser.getDirective(char[] array,
int currentIndex,
java.lang.StringBuffer velocityBlock,
VelocityParserContext context)
Get any valid Velocity block starting with a sharp character except comments. |
int |
VelocityParser.getDirectiveName(char[] array,
int currentIndex,
java.lang.StringBuffer directiveName,
java.lang.StringBuffer velocityBlock,
VelocityParserContext context)
Get a Velocity directive name block. |
int |
VelocityParser.getKeyWord(char[] array,
int currentIndex,
java.lang.StringBuffer velocityBlock,
VelocityParserContext context)
Get any valid Velocity block starting with a sharp character (#if, #somemaccro(), ##comment etc.). |
int |
VelocityParser.getMethodOrProperty(char[] array,
int currentIndex,
java.lang.StringBuffer velocityBlock,
VelocityParserContext context)
Get a velocity method call or a property starting with a .. |
int |
VelocityParser.getVar(char[] array,
int currentIndex,
java.lang.StringBuffer varName,
java.lang.StringBuffer velocityBlock,
VelocityParserContext context)
Get any valid Velocity starting with a $. |
int |
VelocityParser.getVar(char[] array,
int currentIndex,
java.lang.StringBuffer velocityBlock,
VelocityParserContext context)
Get any valid Velocity starting with a $. |
int |
VelocityParser.getVelocityIdentifier(char[] array,
int currentIndex,
java.lang.StringBuffer velocityBlock,
VelocityParserContext context)
Get a valid Velocity identifier used for variable of macro. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||