Class ServiceModule

java.lang.Object
com.google.gwt.inject.client.AbstractGinModule
de.knightsoftnet.gwtp.spring.client.gin.ServiceModule
All Implemented Interfaces:
com.google.gwt.inject.client.GinModule

public class ServiceModule extends com.google.gwt.inject.client.AbstractGinModule
Adding xsrf/csrf protection on client side.
Author:
Manfred Tremmel
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     

    Methods inherited from class com.google.gwt.inject.client.AbstractGinModule

    bind, bind, bind, bindConstant, binder, configure, install, requestStaticInjection

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ServiceModule

      public ServiceModule()
  • Method Details

    • configure

      protected void configure()
      Specified by:
      configure in class com.google.gwt.inject.client.AbstractGinModule