Uses of Class
org.codehaus.groovy.grails.web.util.IncludedContent

Packages that use IncludedContent
org.codehaus.groovy.grails.web.util   
 

Uses of IncludedContent in org.codehaus.groovy.grails.web.util
 

Methods in org.codehaus.groovy.grails.web.util that return IncludedContent
static IncludedContent WebUtils.includeForUrl(String includeUrl, HttpServletRequest request, HttpServletResponse response, Map model)
          Includes the given URL returning the resulting content as a String
static IncludedContent WebUtils.includeForUrlMappingInfo(HttpServletRequest request, HttpServletResponse response, UrlMappingInfo info, Map model)
          Include whatever the given UrlMappingInfo maps to within the current response
 



Copyright (c) 2005-2009 The Grails project