From adffaces-issues-return-1423-apmail-incubator-adffaces-issues-archive=incubator.apache.org@incubator.apache.org Fri Nov 17 18:27:13 2006 Return-Path: Delivered-To: apmail-incubator-adffaces-issues-archive@locus.apache.org Received: (qmail 27968 invoked from network); 17 Nov 2006 18:27:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2006 18:27:11 -0000 Received: (qmail 95110 invoked by uid 500); 17 Nov 2006 18:27:16 -0000 Delivered-To: apmail-incubator-adffaces-issues-archive@incubator.apache.org Received: (qmail 95095 invoked by uid 500); 17 Nov 2006 18:27:16 -0000 Mailing-List: contact adffaces-issues-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: adffaces-issues@incubator.apache.org Delivered-To: mailing list adffaces-issues@incubator.apache.org Received: (qmail 95069 invoked by uid 99); 17 Nov 2006 18:27:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Nov 2006 10:27:16 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Nov 2006 10:27:00 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D329C71432A for ; Fri, 17 Nov 2006 10:26:39 -0800 (PST) Message-ID: <288767.1163787999862.JavaMail.jira@brutus> Date: Fri, 17 Nov 2006 10:26:39 -0800 (PST) From: "Gabrielle Crawford (JIRA)" To: adffaces-issues@incubator.apache.org Subject: [jira] Created: (ADFFACES-296) plugins: add hooks for custom code to GenerateJspTaglibsMojo MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org plugins: add hooks for custom code to GenerateJspTaglibsMojo ------------------------------------------------------------ Key: ADFFACES-296 URL: http://issues.apache.org/jira/browse/ADFFACES-296 Project: MyFaces ADF-Faces Issue Type: Improvement Components: Plugins Reporter: Gabrielle Crawford 1] add 3 protected methods which are no-ops in Trinidad. These are each called once in the class. // hook for custom component tag java imports protected void addCustomComponentTagHandlerImports( Set imports, ComponentBean component) { } // hook for custom component tag java content protected void writeCustomComponentTagHandlerContent( PrettyWriter out, ComponentBean component) throws IOException { } // hook for custom component descriptor content protected void writeCustomComponentTagDescriptorContent( XMLStreamWriter stream, ComponentBean component) throws XMLStreamException { } 2] Change _writeTagAttribute to be protected 3] All the injected property params are null when subclassing, so I need to make them protected instead of private and set them from my subclass. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira