public interface IJavaExtension
IJavaExtension defines meta structure used by rythm to "extend" an expression.
This enable rythm to provide the functionality of Java extension concept used in playframework
http://www.playframework.org/documentation/1.2.4/templates#extensions
User: luog
Date: 21/02/12
Time: 6:41 AM
To change this template use File | Settings | File Templates.| Modifier and Type | Interface and Description |
|---|---|
static class |
IJavaExtension.ParameterExtension |
static class |
IJavaExtension.VoidParameterExtension |
| Modifier and Type | Method and Description |
|---|---|
String |
extend(String s,
String signature) |
String |
methodName() |
Pattern |
pattern1() |
Pattern |
pattern2() |
Copyright 2013-2016, The Rythm Engine project