You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by dg...@apache.org on 2003/07/04 23:35:50 UTC

cvs commit: jakarta-struts/src/share/org/apache/struts Globals.java

dgraham     2003/07/04 14:35:50

  Modified:    src/share/org/apache/struts Globals.java
  Log:
  Removed deprecated APPLICATION_KEY.
  
  Revision  Changes    Path
  1.7       +6 -26     jakarta-struts/src/share/org/apache/struts/Globals.java
  
  Index: Globals.java
  ===================================================================
  RCS file: /home/cvs/jakarta-struts/src/share/org/apache/struts/Globals.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Globals.java	3 Jul 2003 01:47:05 -0000	1.6
  +++ Globals.java	4 Jul 2003 21:35:50 -0000	1.7
  @@ -85,34 +85,14 @@
       public static final String ACTION_SERVLET_KEY =
           "org.apache.struts.action.ACTION_SERVLET";
   
  -
       /**
  -     * <p>The base of the context attributes key under which our
  -     * <code>ModuleConfig</code> data structure will be stored.  This
  -     * will be suffixed with the actual module prefix (including the
  -     * leading "/" character) to form the actual attributes key.</p>
  -     *
  -     * <p>For each request processed by the controller servlet, the
  -     * <code>ModuleConfig</code> object for the module selected by
  -     * the request URI currently being processed will also be exposed under
  -     * this key as a request attribute.</p>
  -     *
  -     * @since Struts 1.1
  -     * @deprecated Use MODULE_KEY
  -     */
  -    public static final String APPLICATION_KEY =
  -        "org.apache.struts.action.MODULE";
  -
  -
  -    /**
  -     * <p>The request attributes key under which a boolean <code>true</code>
  -     * value should be stored if this request was cancelled.</p>
  +     * The request attributes key under which a boolean <code>true</code>
  +     * value should be stored if this request was cancelled.
        *
        * @since Struts 1.1
        */
       public static final String CANCEL_KEY =
           "org.apache.struts.action.CANCEL";
  -
   
       /**
        * <p>The base of the context attributes key under which our
  
  
  

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