You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by eh...@apache.org on 2003/10/01 15:22:35 UTC

cvs commit: jakarta-tapestry/framework/src/org/apache/tapestry/engine AbstractEngine.java

ehatcher    2003/10/01 06:22:35

  Modified:    framework/src/org/apache/tapestry/engine AbstractEngine.java
  Log:
  javadoc fixup
  
  Revision  Changes    Path
  1.20      +11 -11    jakarta-tapestry/framework/src/org/apache/tapestry/engine/AbstractEngine.java
  
  Index: AbstractEngine.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/org/apache/tapestry/engine/AbstractEngine.java,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- AbstractEngine.java	9 Sep 2003 20:09:08 -0000	1.19
  +++ AbstractEngine.java	1 Oct 2003 13:22:35 -0000	1.20
  @@ -121,7 +121,7 @@
    *
    *  Uses a shared instance of
    *  {@link ITemplateSource}, {@link ISpecificationSource},
  - *  {@link IScriptSource} and {@link org.apache.tapestry.IComponentStringsSource}
  + *  {@link IScriptSource} and {@link IComponentMessagesSource}
    *  stored as attributes of the  {@link ServletContext}
    *  (they will be shared by all sessions).
    *
  @@ -303,7 +303,7 @@
       protected static final String SCRIPT_SOURCE_NAME = "org.apache.tapestry.ScriptSource";
   
       /**
  -     *  The name of the context attribute for the {@link org.apache.tapestry.IComponentStringsSource}
  +     *  The name of the context attribute for the {@link IComponentMessagesSource}
        *  instance.  The application's name is appended.
        *
        *  @since 2.0.4
  @@ -437,7 +437,7 @@
       protected static final String POOL_NAME = "org.apache.tapestry.Pool";
   
       /**
  -     *  Name of a shared instance of {@link org.apache.tapestry.IComponentClassEnhancer}
  +     *  Name of a shared instance of {@link org.apache.tapestry.engine.IComponentClassEnhancer}
        *  stored in the {@link ServletContext}.
        *
        *  @since 3.0
  @@ -447,7 +447,7 @@
       protected static final String ENHANCER_NAME = "org.apache.tapestry.ComponentClassEnhancer";
   
       /**
  -     *  A shared instance of {@link org.apache.tapestry.IComponentClassEnhancer}.
  +     *  A shared instance of {@link org.apache.tapestry.engine.IComponentClassEnhancer}.
        *
        *  @since 3.0
        *  @see #createComponentClassEnhancer(RequestContext)
  @@ -1089,7 +1089,7 @@
        *  sets the message property of the StaleLink page to the
        *  message provided in the exception,
        *  then invokes
  -     *  {@link #redirect(String, IRequestCycle, ResponseOutputStream, RequestCycleException)}
  +     *  {@link #redirect(String, IRequestCycle, ResponseOutputStream, ApplicationRuntimeException)}
        *  to render the StaleLink page.
        *
        *  <p>Subclasses may overide this method (without
  @@ -1126,7 +1126,7 @@
        *  Invoked by {@link #service(RequestContext)} if a {@link StaleSessionException}
        *  is thrown by the {@link IEngineService service}.  This implementation
        *  invokes
  -     *  {@link #redirect(String, IRequestCycle, ResponseOutputStream, RequestCycleException)}
  +     *  {@link #redirect(String, IRequestCycle, ResponseOutputStream, ApplicationRuntimeException)}
        *  to render the StaleSession page.
        *
        *  <p>Subclasses may overide this method (without
  @@ -1446,9 +1446,9 @@
       /**
        *
        *  Invoked from {@link #setupForRequest(RequestContext)} to provide
  -     *  a new instance of {@link IComponentStringsSource}.
  +     *  a new instance of {@link IComponentMessagesSource}.
        *
  -     *  @return an instance of {@link DefaultStringsSource}
  +     *  @return an instance of {@link DefaultComponentMessagesSource}
        *  @since 2.0.4
        *
        **/
  @@ -1534,10 +1534,10 @@
   
       /**
        *  Generates a description of the instance.
  -     *  Invokes {@link #extendDescription(StringBuffer)}
  +     *  Invokes {@link #extendDescription(ToStringBuilder)}
        *  to fill in details about the instance.
        *
  -     *  @see #extendDescription(ToStringB)
  +     *  @see #extendDescription(ToStringBuilder)
        *
        **/
   
  
  
  

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