This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 64199 - Move specification of defaultActions for JSFConfigLoader to layer.xml
Summary: Move specification of defaultActions for JSFConfigLoader to layer.xml
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: API_REVIEW_FAST
Depends on:
Blocks: 64153
  Show dependency tree
 
Reported: 2005-09-13 09:30 UTC by pzajac
Modified: 2006-06-05 00:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2005-09-13 09:30:35 UTC
Please do it for 
org.netbeans.modules.web.jsf.JSFConfigLoader

For details see issue #64153
Comment 1 Jaroslav Tulach 2005-09-16 07:22:47 UTC
Cau, I am modifying a lot of issues at once, as I think I have something to  
say in general.  
  
In NetBeans API documentation we have few places where we list "layer APIs".  
The most central one is   
http://www.netbeans.org/download/dev/javadoc/layers.html  
This is supposed to help module writers to find information about possible  
folders where it is possible to make their registrations.  
  
I believe that the ability to register actions into menu items of loaders is  
important and shall be documented. That is why please modify your arch*.xml  
documents together with the change in your layers. This is example I put into  
openide/loaders:  
  
<api name="Loaders-folder-any-Actions" category="stable" group="layer"  
type="export" >  
    The actions that the default folder loader shows in its popup menu are  
read from  
    a layer folder <code>Loaders/folder/any/Actions</code>  
    so if any module wishes  
    to extend, hide or reorder some of them it can just register its actions  
there.  
</api>   
  
Possible problem is that you have to modify an arch*.xml of a module which 
provides a javadoc, otherwise it will not be listed in the docs page. If you 
have such module, please modify its arch*.xml, otherwise modify your own 
arch*.xml, in future we can process it, even if it does not have javadoc at 
all. 
 
Thanks for helping to improve our developers documentation. 
  
Comment 2 Petr Pisl 2005-11-03 16:04:49 UTC
Fixed in the trunk. As well for Struts
Checking in struts/src/org/netbeans/modules/web/struts/resources/layer.xml;
/cvs/web/struts/src/org/netbeans/modules/web/struts/resources/layer.xml,v  <-- 
layer.xml
new revision: 1.7; previous revision: 1.6
done
Checking in jsf/src/org/netbeans/modules/web/jsf/resources/layer.xml;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/resources/layer.xml,v  <--  layer.xml
new revision: 1.8; previous revision: 1.7
done
Checking in struts/src/org/netbeans/modules/web/struts/StrutsConfigLoader.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/StrutsConfigLoader.java,v 
<--  StrutsConfigLoader.java
new revision: 1.4; previous revision: 1.3
done
Checking in jsf/src/org/netbeans/modules/web/jsf/JSFConfigLoader.java;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/JSFConfigLoader.java,v  <-- 
JSFConfigLoader.java
new revision: 1.4; previous revision: 1.3
done
Comment 3 pzajac 2005-12-02 14:05:31 UTC
verified