001    package railo.runtime.type.scope;
002    
003    import railo.runtime.type.Scope;
004    
005    /**
006     * Interface of the scope request
007     */
008    public interface Request extends Scope {
009    
010    }