| Interface | Description |
|---|---|
| EditableTemplateFragment<T extends EditableTemplateFragment<T>> |
Represents a fragment that invokes a template in editable mode.
|
| ElementFragment<T extends ElementFragment<T>> |
Represents a fragment that invokes an element.
|
| Fragment |
This marker interface is a marker for all fragment objects
which encapsulate attributes for rendering presentation fragments
using the
fragment family of JSP tags. |
| SiteEntryFragment<T extends SiteEntryFragment<T>> |
Represents a fragment that invokes a site entry.
|
| TemplateFragment<T extends TemplateFragment<T>> |
Represents a fragment that invokes a template.
|
| Class | Description |
|---|---|
| FragmentFactory |
Factory class to instantiate different flavors of fragments.
|
| Enum | Description |
|---|---|
| Fragment.Scope |
Enumerates all the possible scopes supported by the
Fragment API. |
| Fragment.Style |
Enumerates all the possible styles of invocation for a template.
|
| Exception | Description |
|---|---|
| FragmentException |
Represents a checked exception while attempting to use a fragment.
|