Struts2 OGNL 表达式

public static String sayHello(String name) {  
	return "HELLO " + name;  
} 
<s:property value="@com.xxx.util.Util@sayHello('tiantian')"/> 
<s:property value="@org.hpin.workBillMgt.entity.enums.ServiceTypeEnum@BJ"/>

 

你可能感兴趣的:(struts2)