Changeset 2076


Ignore:
Timestamp:
Oct 31, 2011, 2:52:11 PM (12 years ago)
Author:
work@…
Message:
  • add request headers to info gsp
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/info/index.gsp

    r2075 r2076  
    3232                        </ul>
    3333
     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
    3441                        <h1>Request headers:</h1>
    3542                        <ul>
Note: See TracChangeset for help on using the changeset viewer.