主题 : jeecms前台页面的链接在后台是如何解析的? |
级别: 童生
![]() |
1# 发表于:2010-07-19 12:01:34 IP:110.219.*.*
|
||||
---|---|---|---|---|---|
级别: 白丁
![]() |
2# 发表于:2010-07-20 16:08:31 IP:58.78.*.*
public java.lang.String getContentResPath () {
return contentResPath; } /** * Set the value related to the column: CONTENT_RES_PATH * @param contentResPath the CONTENT_RES_PATH value */ public void setContentResPath (java.lang.String contentResPath) { this.contentResPath = contentResPath; } 这段代码中的contentResPath参数好像就是设置链接地址的 ,我也是想改链接地址。请问这个参数是在那设置的。 |
||
---|---|---|---|
1
共1页