欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

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.

About @@max in tapestry
            
    
    
        Tapestry About @@max in tapestry
            
    
    
        Tapestry 
相关标签: Tapestry