@java.lang.SuppressWarnings("rawtypes") public class GrailsWebUtil extends java.lang.Object
Utility methods for clients using the web framework.
Modifiers | Name | Description |
---|---|---|
static java.lang.String |
DEFAULT_ENCODING |
Type Params | Return Type | Name and description |
---|---|---|
|
public static GrailsApplication |
currentApplication()
|
|
public static java.util.Map |
currentConfiguration()
|
|
public static java.lang.String |
getContentType(java.lang.String name, java.lang.String encoding) |
|
public static groovy.lang.GroovyObject |
getControllerFromRequest(javax.servlet.http.HttpServletRequest request) Obtains the currently executing controller from the given request if any. |
|
public static java.lang.String |
getUriFromRequest(javax.servlet.http.HttpServletRequest request) Retrieves the URI from the request from either the include attribute or the request.getRequestURI() method. |
|
public static GrailsApplication |
lookupApplication(javax.servlet.ServletContext servletContext) Looks up a GrailsApplication instance from the ServletContext. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Obtains the currently executing controller from the given request if any.
request
- The request objectRetrieves the URI from the request from either the include attribute or the request.getRequestURI() method.
request
- The HttpServletRequest instanceLooks up a GrailsApplication instance from the ServletContext.
servletContext
- The ServletContext