Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Showing posts with label
servletContext
.
Show all posts
Showing posts with label
servletContext
.
Show all posts
Friday, September 19, 2014
Access Spring-ApplicationContext/ServletContext From Everywhere
›
Create a java class such named 'AppUtils.java' with following contents: package com . pkm . maven . common ; import javax...
Sunday, December 8, 2013
Getting Request , Response & ServletContext in the Grails service class
›
import org.codehaus.groovy.grails.web.util.WebUtils ; Getting current request object: def request = WebUtils.retrieveGrailsWebRequest()....
›
Home
View web version