Return-Path: Delivered-To: apmail-avalon-cvs-archive@www.apache.org Received: (qmail 51389 invoked from network); 6 Feb 2004 16:25:23 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 6 Feb 2004 16:25:23 -0000 Received: (qmail 42883 invoked by uid 500); 6 Feb 2004 16:25:17 -0000 Delivered-To: apmail-avalon-cvs-archive@avalon.apache.org Received: (qmail 42813 invoked by uid 500); 6 Feb 2004 16:25:16 -0000 Mailing-List: contact cvs-help@avalon.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Avalon CVS List" Reply-To: "Avalon Developers List" Delivered-To: mailing list cvs@avalon.apache.org Received: (qmail 42796 invoked from network); 6 Feb 2004 16:25:16 -0000 Received: from unknown (HELO minotaur.apache.org) (209.237.227.194) by daedalus.apache.org with SMTP; 6 Feb 2004 16:25:16 -0000 Received: (qmail 51367 invoked by uid 1438); 6 Feb 2004 16:25:22 -0000 Date: 6 Feb 2004 16:25:22 -0000 Message-ID: <20040206162522.51366.qmail@minotaur.apache.org> From: mcconnell@apache.org To: avalon-cvs@apache.org Subject: cvs commit: avalon/merlin/facilities/http/test/src/java/test/http TestComponent.java X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N mcconnell 2004/02/06 08:25:22 Modified: merlin/facilities/http/test/conf test.block merlin/facilities/http/test/src/java/test/http TestComponent.java Log: Minor enhancements demonstrating componwent to component links. Revision Changes Path 1.4 +15 -1 avalon/merlin/facilities/http/test/conf/test.block Index: test.block =================================================================== RCS file: /home/cvs/avalon/merlin/facilities/http/test/conf/test.block,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- test.block 6 Feb 2004 15:27:14 -0000 1.3 +++ test.block 6 Feb 2004 16:25:21 -0000 1.4 @@ -18,7 +18,21 @@ - + + + Primary + I'm an avalon component. + /test/secondary + + + + + + Secondary + I'm also an avalon component. + /test/primary + + "); writer.println(""); - writer.println("Test HTTP Handler" ); + writer.println("" + m_name + "" ); writer.println(""); writer.println("" ); writer.println("
"); - writer.println("

Hello (" + m_count + "/" + count + ").

"); + writer.println("

" + + m_name + + "

"); writer.println("
"); + writer.println("

" + + "local hits: " + m_count + "
" + + "total hits: " + count + "

" ); writer.println("

I'm an Avalon component.
"); - writer.println("I'm also an HTTP Handler.
"); - writer.println("I exist!!
"); - writer.println("Therefore I am.

"); + writer.println( + "Here is a link to my mate.

"); writer.println("
"); writer.println(""); writer.println(""); --------------------------------------------------------------------- To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org For additional commands, e-mail: cvs-help@avalon.apache.org