| Package | Description |
|---|---|
| com.rexsl.page |
Page and content builders and manipulators.
|
| com.rexsl.page.inset |
Insets.
|
| Modifier and Type | Method and Description |
|---|---|
JaxbBundle |
JaxbBundle.add(Element element)
Add new child XML element.
|
JaxbBundle |
JaxbBundle.add(JaxbBundle.Group<?> group)
Add new group.
|
JaxbBundle |
JaxbBundle.add(JaxbBundle bundle)
Add new bundle.
|
JaxbBundle |
JaxbBundle.add(String nam)
Add new child XML element.
|
JaxbBundle |
JaxbBundle.add(String nam,
String txt)
Add new child with text value.
|
JaxbBundle |
JaxbBundle.attr(String nam,
String val)
Add XML attribute to this bundle.
|
abstract JaxbBundle |
JaxbBundle.Group.bundle(T object)
Convert an object to JaxbBundle.
|
JaxbBundle |
JaxbBundle.link(Link link)
Add new link into
<links> section. |
JaxbBundle |
JaxbBundle.up()
Return parent bundle.
|
| Modifier and Type | Method and Description |
|---|---|
JaxbBundle |
JaxbBundle.add(JaxbBundle bundle)
Add new bundle.
|
T |
BasePage.append(JaxbBundle bundle)
Add new element.
|
Link |
Link.with(JaxbBundle bundle)
Add new JAXB bundle.
|
| Modifier and Type | Method and Description |
|---|---|
static JaxbBundle |
FlashInset.bundle(Level level,
String msg)
Make a bundle.
|
static JaxbBundle |
FlashInset.bundle(Level level,
String msg,
long msec)
Make a bundle.
|
Copyright © 2011–2014 ReXSL.com. All rights reserved.