Example usage for org.springframework.web.context ServletConfigAware interface-usage

List of usage examples for org.springframework.web.context ServletConfigAware interface-usage

Introduction

In this page you can find the example usage for org.springframework.web.context ServletConfigAware interface-usage.

Usage

From source file org.gwtwidgets.server.spring.RPCServiceExporter.java

/**
 * Interface for RPC exporters.
 *  
 * @author George Georgovassilis, g.georgovassilis[at]gmail.com
 *
 */

From source file org.gwtwidgets.server.spring.GWTSpringController.java

/**
 * Simple spring controller that merges GWT's {@link RemoteServiceServlet}, the
 * {@link Controller} and also implements the {@link RemoteService} interface so
 * as to be able to directly delegate RPC calls to extending classes.
 * 
 * @author George Georgovassilis, g.georgovassilis[at]gmail.com

From source file org.everrest.spring.EverrestHandlerAdapter.java

/**
 * Handler adapter for EverrestProcessor. Implements ServletContextAware,
 * ServletConfigAware since we need ServletContext and ServletConfig to be able
 * inject it via @Context annotation to resources or providers.
 *
 * @author andrew00x

From source file org.gwtwidgets.server.spring.GWTHandler.java

/**
 * The GWTHandler implements a Spring {@link HandlerMapping} which maps RPC from
 * URLs to {@link RemoteService} implementations. It does so by wrapping service
 * beans with a {@link GWTRPCServiceExporter} dynamically proxying all
 * {@link RemoteService} interfaces implemented by the service and delegating
 * RPC to these interfaces to the service. It is possible to use custom

From source file org.geomajas.gwt.server.mvc.GeomajasController.java

/**
 * Geomajas GWT controller, implements communication between GWT face and back-end.
 * 
 * @author Jan De Moerloose
 * @since 2.0.0
 */

From source file com.astamuse.asta4d.misc.spring.mvc.Asta4dTemplateInitializer.java

/**
 * 
 * This class is used to initialize necessary Asta4D's configuration and context when Asta4D is used as only the template solution for
 * Spring MVC.
 * 
 * This class should be declared as singeleton in spring container.

From source file org.jasig.springframework.test.ServletPortletAwareTester.java

/**
 * Utility that prints out info about the app context it is wired up in
 * 
 * @author Eric Dalquist
 */
public class ServletPortletAwareTester implements ApplicationContextAware, DisposableBean, ServletContextAware,

From source file org.springframework.flex.servlet.MessageBrokerHandlerAdapter.java

/**
 * {@link HandlerAdapter} for routing HTTP messages to a Spring-managed {@link MessageBroker}.
 * 
 * <p>
 * This class is automatically registered with the application context when using the <code>message-broker</code> tag in
 * the xml configuration namespace.

From source file org.itracker.web.ApplicationInitialization.java

/**
 * This gets started when the Spring application-context starts up...
 *
 */

public class ApplicationInitialization implements ServletConfigAware {

From source file org.n52.web.ctrl.RootController.java

/**
 * TODO: JavaDoc
 *
 * @author <a href="mailto:h.bredel@52north.org">Henning Bredel</a>
 */
@RestController