Changeset 2076
- Timestamp:
- Oct 31, 2011, 2:52:11 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/info/index.gsp
r2075 r2076 32 32 </ul> 33 33 34 <h1>Available Controllers:</h1> 35 <ul> 36 <g:each var="c" in="${grailsApplication.controllerClasses.sort { it.fullName } }"> 37 <li class="controller"><g:link controller="${c.logicalPropertyName}">${c.fullName}</g:link></li> 38 </g:each> 39 </ul> 40 34 41 <h1>Request headers:</h1> 35 42 <ul>
Note: See TracChangeset
for help on using the changeset viewer.