Skip to content
This repository has been archived by the owner on Feb 22, 2019. It is now read-only.
Pavel Vlasov edited this page Sep 1, 2014 · 16 revisions

HTML

Nasdanika HTML provides Java API for building HTML and Bootstrap markup and single page Web applications.

An overview of the library concepts is available in this presentation - Nasdanika HTML presentation. Some code snippets in the presentation may be outdated. For up-to date information refer to JavaDoc and sources which utilize the library:

Code Description Output
AppRoute.java A route to test HTML generation. Snapshot
GuestImpl.home() Generates guest single page web application and home page. Snapshot
CustomerImpl.home() Generates authenticated customer single page web application and home page. Snapshot
ReportGenerator Generates WebTest report. WebTest report

In the first three examples HTMLFactory is obtained by adapting context, it makes code independent on factory configuration. ReportGenerator explicitly instantiates and configures DefaultHTMLFactory.

Clone this wiki locally