DOC

br.com.litecode : litefaces-enum-i18n

Maven & Gradle

Mar 26, 2015
0 stars

LiteFaces Enum i18n · LiteFaces Enum-i18n is a simple utility library with enhanced support for JavaServer Faces (JSF 2.x) enabling internationalization of enum fields. The library provides a set of EL functions to simplify the basic tasks of translating and styling enum values in a JSF page.

Table Of Contents

Latest Version

Download br.com.litecode : litefaces-enum-i18n Javadoc & API Documentation - Latest Versions:

All Versions

Download br.com.litecode : litefaces-enum-i18n Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file litefaces-enum-i18n-1.0.2-javadoc.jar to litefaces-enum-i18n-1.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder litefaces-enum-i18n-1.0.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 "litefaces-enum-i18n-1.0.2-sources.jar" -d "litefaces-enum-i18n-1.0.2-javadoc" -subpackages 

Advertisement