001    package railo.runtime.type.scope;
002    
003    /**
004     * scuope that mix url and forn together 
005     */
006    public interface URLForm extends URL, Form {
007    
008    
009            /* *
010             * @return the form
011             * /
012            public Form getForm();*/
013    
014            /* *
015             * @return the url
016             * /
017            public URL getURL();*/
018    }