From portal-commits at lists.jboss.org Wed Mar 28 09:54:32 2007 Content-Type: multipart/mixed; boundary="===============8657427579430183590==" MIME-Version: 1.0 From: portal-commits at lists.jboss.org To: portal-commits at lists.jboss.org Subject: [portal-commits] JBoss Portal SVN: r6863 - trunk/portlet/src/main/org/jboss/portal/portlet/spi. Date: Wed, 28 Mar 2007 09:54:32 -0400 Message-ID: --===============8657427579430183590== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: julien(a)jboss.com Date: 2007-03-28 09:54:32 -0400 (Wed, 28 Mar 2007) New Revision: 6863 Modified: trunk/portlet/src/main/org/jboss/portal/portlet/spi/RequestContext.java Log: minor javadoc for RequestContext interface Modified: trunk/portlet/src/main/org/jboss/portal/portlet/spi/RequestContex= t.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/portlet/src/main/org/jboss/portal/portlet/spi/RequestContext.java= 2007-03-28 13:44:55 UTC (rev 6862) +++ trunk/portlet/src/main/org/jboss/portal/portlet/spi/RequestContext.java= 2007-03-28 13:54:32 UTC (rev 6863) @@ -30,23 +30,26 @@ import javax.servlet.ServletContext; = /** + * Defines the request context contract. It's usage is related to the Serv= let Container operational + * environment. + * * @author Julien Viet * @version $Revision$ */ public interface RequestContext { /** - * + * Return the scheme value. */ String getScheme(); = /** - * + * Return the server name value. */ String getServerName(); = /** - * + * Return the server port value. */ int getServerPort(); = --===============8657427579430183590==--