links.gsp
上传用户:steveyhw
上传日期:2019-05-13
资源大小:307k
文件大小:1k
源码类别:

PlugIns编程

开发平台:

Java

  1. <html>
  2.     <head>
  3.         <title>Creative International</title>
  4.     </head>
  5.     <body>
  6.     <g:link controller="code" action="initAllCodes">initAllCodes</g:link>
  7.         <div class="dialog" style="margin-left:20px;width:60%;">
  8.             <ul>
  9.               <g:each var="c" in="${grailsApplication.controllerClasses}">
  10.                     <li class="controller"><g:link controller="${c.logicalPropertyName}"><g:message code="${c.fullName}"/></g:link></li>
  11.               </g:each>
  12.             </ul>
  13.         </div>
  14.     <g:layoutBody />
  15.     </body>
  16. </html>