plugin-ui/plugin/grails-app/views/securityInfo/logoutHandlers.gsp (11 lines of code) (raw):

<html> <head> <meta name="layout" content="${layoutUi}"/> <title><g:message code='spring.security.ui.menu.securityInfo.logoutHandlers'/></title> </head> <body> <s2ui:securityInfoTable type='logoutHandlers' items='${handlers}' headerCodes='className'> <td>${it.getClass().name}</td> </s2ui:securityInfoTable> </body> </html>