DOC

org.ow2.weblab.portlets : parent

Maven & Gradle

Sep 10, 2011

WebLab Portlet POM · This is a generic parent POM for some portlet developed for the WebLab platform by EADS team members. For some needs we developed the Abstract WebLab Portlet. It eases development if multiple events need to be handled. If you do not need these functionalities, please consider using an other parent POM for you portlet instead of this POM. Please note that some libraries need to be provided by the portal. Some provided libraries are probably in the portal own libraries (javax.portlet:portlet-api, javax.servlet:servlet-api, javax.servlet:jstl and taglibs:standard). Some other need to be added by your own (for eventing), they are WebLab specific, since we encourage you to only exchange objects of the WebLab model as events (org.weblab-project.core:model, org.weblab-project.core:extended).

Table Of Contents

Latest Version

Download org.ow2.weblab.portlets : parent Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ow2.weblab.portlets : parent Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.2.x
1.2

How to open Javadoc JAR file in web browser

  1. Rename the file parent-1.2.2-javadoc.jar to parent-1.2.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder parent-1.2.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "parent-1.2.2-sources.jar" -d "parent-1.2.2-javadoc" -subpackages