| Package | Description |
|---|---|
| com.fatwire.assetapi.fragment |
| Modifier and Type | Method and Description |
|---|---|
static Fragment.Style |
Fragment.Style.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fragment.Style[] |
Fragment.Style.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
T |
TemplateFragment.useStyle(Fragment.Style style)
Sets whether the template invoked by this fragment should be invoked as an element or as a pagelet
If invoked as a pagelet, it may be embedded in the parent for Satellite Server or should it be an independent pagelet.
|