DOC

org.ow2.weblab.portlets : weblab-portlet

Maven & Gradle

Sep 10, 2011
1 usages

WebLab Portlet · This is a generic WebLab portlet developed for the WebLab platform. It eases development if multiple events need to be handled. 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 : weblab-portlet Javadoc & API Documentation - Latest Versions:

All Versions

Download org.ow2.weblab.portlets : weblab-portlet 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 weblab-portlet-1.2.2-javadoc.jar to weblab-portlet-1.2.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder weblab-portlet-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 "weblab-portlet-1.2.2-sources.jar" -d "weblab-portlet-1.2.2-javadoc" -subpackages