Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable javadoc for primefaces elements?

I started using primefaces a few months ago, and I couldn'd find out a way to enable javadoc for primefaces. Now I want to know if there's really a way to do that and how to do ?

Thanks in advance, Leo

PS: I'm using Netbeans7

like image 476
Leonardo TM Avatar asked Jul 19 '11 17:07

Leonardo TM


2 Answers

This link (regarding tablib docs) and this other link (regarding user manual) might help. I don't think the taglib documentation is included in the JAR yet, but their lead developer says it will be. He also says that the user manual is now free (used to cost 10 euro).

This forums post may also be of interest to you if you are using a PrimeFaces 3.0-M3-SNAPSHOT release.

This issue was also discussed in another Stack Overflow question about the older PrimeFaces.

like image 53
Jim Tough Avatar answered Sep 18 '22 15:09

Jim Tough


One approach would be bundle the source and binary jar into a library via Tools -> Library -> new library and then registering this library in your application (Right click project -> properties -> Libraries -> add Library)

However I don't think this is going to help you, as I don't really see any comments in the few classes that I looked at, nor do I see a javadocs jar. So your best bet is probably the user guide.

like image 28
Tim Sparg Avatar answered Sep 16 '22 15:09

Tim Sparg