Return-Path: Delivered-To: apmail-jakarta-velocity-dev-archive@apache.org Received: (qmail 64259 invoked from network); 9 Aug 2002 01:05:36 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 9 Aug 2002 01:05:36 -0000 Received: (qmail 5939 invoked by uid 97); 9 Aug 2002 01:06:06 -0000 Delivered-To: qmlist-jakarta-archive-velocity-dev@jakarta.apache.org Received: (qmail 5923 invoked by uid 97); 9 Aug 2002 01:06:06 -0000 Mailing-List: contact velocity-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Velocity Developers List" Reply-To: "Velocity Developers List" Delivered-To: mailing list velocity-dev@jakarta.apache.org Received: (qmail 5912 invoked by uid 97); 9 Aug 2002 01:06:05 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: 9 Aug 2002 01:05:30 -0000 Message-ID: <20020809010530.16738.qmail@icarus.apache.org> From: dlr@apache.org To: jakarta-velocity-cvs@apache.org Subject: cvs commit: jakarta-velocity/src/java/org/apache/velocity/runtime RuntimeServices.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N dlr 2002/08/08 18:05:30 Modified: src/java/org/apache/velocity/runtime RuntimeServices.java Log: Fixed/added JavaDoc for getApplicationAttribute(), getUberspect(), getIntrospector() APIs. Revision Changes Path 1.6 +13 -5 jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeServices.java Index: RuntimeServices.java =================================================================== RCS file: /home/cvs/jakarta-velocity/src/java/org/apache/velocity/runtime/RuntimeServices.java,v retrieving revision 1.5 retrieving revision 1.6 diff -u -u -r1.5 -r1.6 --- RuntimeServices.java 21 Apr 2002 18:36:06 -0000 1.5 +++ RuntimeServices.java 9 Aug 2002 01:05:30 -0000 1.6 @@ -391,14 +391,22 @@ */ public ExtendedProperties getConfiguration(); - /* - * Return the specified applcation attribute + /** + * Return the specified applcation attribute. + * + * @param key The name of the attribute to retrieve. */ public Object getApplicationAttribute( Object key ); + /** + * Returns the configured class introspection/reflection + * implemenation. + */ public Uberspect getUberspect(); + /** + * Returns the configured method introspection/reflection + * implemenation. + */ public Introspector getIntrospector(); - - } -- To unsubscribe, e-mail: For additional commands, e-mail: