Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/thinkgem/jeesite
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Aug 17, 2015
2 parents 52fecd7 + 1b7bfb8 commit b26b16e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/webapp/WEB-INF/tlds/fnc.tld
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<description>获取站点</description>
<name>getSite</name>
<function-class>com.thinkgem.jeesite.modules.cms.utils.CmsUtils</function-class>
<function-signature>com.thinkgem.jeesite.entity.cms.Site getSite(java.lang.String)</function-signature>
<function-signature>com.thinkgem.jeesite.modules.cms.entity.Site getSite(java.lang.String)</function-signature>
<example>${fnc:getSite(siteId)}</example>
</function>

Expand All @@ -47,7 +47,7 @@
<description>获取栏目</description>
<name>getCategory</name>
<function-class>com.thinkgem.jeesite.modules.cms.utils.CmsUtils</function-class>
<function-signature>com.thinkgem.jeesite.entity.cms.Category getCategory(java.lang.String)</function-signature>
<function-signature>com.thinkgem.jeesite.modules.cms.entity.Category getCategory(java.lang.String)</function-signature>
<example>${fnc:getCategory(categoryId)}</example>
</function>

Expand All @@ -71,7 +71,7 @@
<description>获取文章</description>
<name>getArticle</name>
<function-class>com.thinkgem.jeesite.modules.cms.utils.CmsUtils</function-class>
<function-signature>com.thinkgem.jeesite.entity.cms.Article getArticle(java.lang.String)</function-signature>
<function-signature>com.thinkgem.jeesite.modules.cms.entity.Article getArticle(java.lang.String)</function-signature>
<example>${fnc:getArticle(articleId)}</example>
</function>

Expand All @@ -87,7 +87,7 @@
<description>获取链接</description>
<name>getLink</name>
<function-class>com.thinkgem.jeesite.modules.cms.utils.CmsUtils</function-class>
<function-signature>com.thinkgem.jeesite.entity.cms.Link getLink(java.lang.String)</function-signature>
<function-signature>com.thinkgem.jeesite.modules.cms.entity.Link getLink(java.lang.String)</function-signature>
<example>${fnc:getLink(linkId)}</example>
</function>

Expand Down

0 comments on commit b26b16e

Please sign in to comment.