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