org.spincast.website.exchange.AppRequestContext Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of spincast-website Show documentation
                Show all versions of spincast-website Show documentation
Source code for the https://www.spincast.org website.
                
            package org.spincast.website.exchange;
import org.spincast.core.exchange.RequestContextBase;
import org.spincast.core.exchange.RequestContextBaseDeps;
import com.google.inject.assistedinject.Assisted;
import com.google.inject.assistedinject.AssistedInject;
/**
 * Custom request context class
 */
public class AppRequestContext extends RequestContextBase implements IAppRequestContext {
    @AssistedInject
    public AppRequestContext(@Assisted Object exchange, RequestContextBaseDeps requestContextBaseDeps) {
        super(exchange, requestContextBaseDeps);
    }
    // Nothing more required for now.
}
      © 2015 - 2025 Weber Informatics LLC | Privacy Policy