| Package | Description |
|---|---|
| org.milyn.delivery |
Content Delivery.
|
| org.milyn.event.types |
| Modifier and Type | Method and Description |
|---|---|
static VisitSequence |
VisitSequence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VisitSequence[] |
VisitSequence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
VisitSequence |
ElementVisitEvent.getSequence() |
VisitSequence |
ResourceTargetingEvent.getSequence() |
| Constructor and Description |
|---|
ElementVisitEvent(Object element,
ContentHandlerConfigMap configMapping,
VisitSequence sequence) |
ElementVisitEvent(Object element,
ContentHandlerConfigMap configMapping,
VisitSequence sequence,
Throwable error) |
ResourceTargetingEvent(Object element,
SmooksResourceConfiguration resourceConfig,
VisitSequence sequence,
Object... metadata)
Event constructor.
|
Copyright © 2020. All rights reserved.