Package | Description |
---|---|
lazyj.page |
The template framework.
|
lazyj.widgets |
This package is a collection of useful HTML helper objects.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TemplatePage |
Modifier and Type | Class and Description |
---|---|
class |
BasePage
Base class for the HTML templates.
|
class |
ModulePage
Wrapper class for HTML templates loaded from modules.
|
Modifier and Type | Method and Description |
---|---|
abstract Page |
Module.getContent(java.util.Map<java.lang.String,java.lang.String> m)
This is the work that the module does.
|
Page |
Module.getContent(java.lang.String s)
This is called by
BasePage to obtain the page to put in the place of the tag. |
Modifier and Type | Class and Description |
---|---|
class |
Select<K,V>
Build the options for a
select HTML tag. |