Return-Path: Delivered-To: apmail-incubator-click-commits-archive@minotaur.apache.org Received: (qmail 48390 invoked from network); 4 May 2009 12:50:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 May 2009 12:50:13 -0000 Received: (qmail 68370 invoked by uid 500); 4 May 2009 12:50:13 -0000 Delivered-To: apmail-incubator-click-commits-archive@incubator.apache.org Received: (qmail 68357 invoked by uid 500); 4 May 2009 12:50:13 -0000 Mailing-List: contact click-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: click-dev@incubator.apache.org Delivered-To: mailing list click-commits@incubator.apache.org Received: (qmail 68347 invoked by uid 99); 4 May 2009 12:50:13 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 12:50:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 May 2009 12:50:12 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 6397923888A6; Mon, 4 May 2009 12:49:52 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r771292 - /incubator/click/trunk/click/extras/src/org/apache/click/extras/security/RoleAccessController.java Date: Mon, 04 May 2009 12:49:52 -0000 To: click-commits@incubator.apache.org From: medgar@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090504124952.6397923888A6@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: medgar Date: Mon May 4 12:49:51 2009 New Revision: 771292 URL: http://svn.apache.org/viewvc?rev=771292&view=rev Log: doco update Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/security/RoleAccessController.java Modified: incubator/click/trunk/click/extras/src/org/apache/click/extras/security/RoleAccessController.java URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/extras/src/org/apache/click/extras/security/RoleAccessController.java?rev=771292&r1=771291&r2=771292&view=diff ============================================================================== --- incubator/click/trunk/click/extras/src/org/apache/click/extras/security/RoleAccessController.java (original) +++ incubator/click/trunk/click/extras/src/org/apache/click/extras/security/RoleAccessController.java Mon May 4 12:49:51 2009 @@ -24,6 +24,8 @@ * Provides a Role based access controller class. This access controller uses the * JEE servlet container to determine whether an authenticated user has access * to a specified role. + *

+ * This class is used as the default AccessController by the Menu class. * * @author Malcolm Edgar */