About @@max in tapestry Tapestry
程序员文章站
2024-02-20 18:00:52
...
You can call a static method using the syntax @class@method(args). If
you leave out class, it defaults to java.lang.Math, to make it easier to
call min and max methods. If you specify the class, you must give the
fully qualified name.
If you have an instance of a class whose static method you wish to call,
you can call the method through the object as if it was an instance method.
If the method name is overloaded, OGNL chooses the right static method
to call using the same procedure it uses for overloaded instance methods.
you leave out class, it defaults to java.lang.Math, to make it easier to
call min and max methods. If you specify the class, you must give the
fully qualified name.
If you have an instance of a class whose static method you wish to call,
you can call the method through the object as if it was an instance method.
If the method name is overloaded, OGNL chooses the right static method
to call using the same procedure it uses for overloaded instance methods.
上一篇: 在Tapestry4中使用SoftReference实现ObjectPool 博客分类: Tapestry4 TapestryWebsphereTomcatUPApache
下一篇: 不宜熬夜的原因 音乐
推荐阅读
-
在Tapestry4中使用SoftReference实现ObjectPool 博客分类: Tapestry4 TapestryWebsphereTomcatUPApache
-
通过hivemind在tapestry中使用spring SpringTapestryBeanServletWeb
-
About @@max in tapestry Tapestry
-
tapestry5在runjettyrun报找不到logger的解决方法 博客分类: tapestry
-
Tapestry5新特性 博客分类: Tapestry5 TapestryJavaApachewicketIOC
-
How to do some tasks when the application is initialized? 博客分类: Tapestry4 FAQ TapestryServletUP
-
java tapestry5 布局 参数的处理
-
spring、hibernate、tapestry整合篇配置过程 博客分类: 技术 TapestrySpringHibernateApacheMySQL
-
取代JSP的新技术-tapestry[转自java-cn]
-
java tapestry5 布局 参数的处理