You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by ta...@apache.org on 2004/08/20 01:54:07 UTC

cvs commit: jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/container ContainerConstants.java

taylor      2004/08/19 16:54:06

  Modified:    commons/src/java/org/apache/jetspeed/container
                        ContainerConstants.java
  Log:
  added constant for org.apache.jetspeed.context for the request atttribute holding the jetspeed context i.e. "/jetspeed"
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.5       +2 -2      jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/container/ContainerConstants.java
  
  Index: ContainerConstants.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/commons/src/java/org/apache/jetspeed/container/ContainerConstants.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ContainerConstants.java	19 Aug 2004 17:29:22 -0000	1.4
  +++ ContainerConstants.java	19 Aug 2004 23:54:06 -0000	1.5
  @@ -27,7 +27,7 @@
       public final static String PORTLET_REQUEST = "javax.portlet.request";
       public final static String PORTLET_RESPONSE = "javax.portlet.response";
       public final static String PORTLET_CONFIG = "javax.portlet.config";
  -
  +    public final static String PORTAL_CONTEXT = "org.apache.jetspeed.context";
       public final static String METHOD_ID = "org.apache.jetspeed.method";
       public final static Integer METHOD_RENDER = new Integer(1);
       public final static Integer METHOD_ACTION = new Integer(3);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org