001 package railo.runtime.type.scope; 002 003 004 /** 005 * interface for scope CGI 006 */ 007 public interface CGI extends Scope { 008 009 }